Subversion Repositories eFlore/Applications.cel

Rev

Rev 528 | Rev 568 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 528 Rev 536
Line 29... Line 29...
29
		// Initialisation des variables
29
		// Initialisation des variables
30
		$this->parametres_origines = $params;
30
		$this->parametres_origines = $params;
31
		$info = array();
31
		$info = array();
32
		$contenu = '';
32
		$contenu = '';
Line 33... Line 33...
33
		
33
		
34
		if (! $this->etreFluxAdmin() || $this->authentifier()) {
34
		if (! $this->etreFluxAdmin() || $this->authentifierAdmin()) {
35
			// Pré traitement des paramêtres
35
			// Pré traitement des paramêtres
36
			$pour_bdd = false;
36
			$pour_bdd = false;
37
			$p = $this->traiterParametres(array('service', 'format'), $params, $pour_bdd);
37
			$p = $this->traiterParametres(array('service', 'format'), $params, $pour_bdd);
38
			extract($p);
38
			extract($p);