Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1318 Rev 1602
Line 68... Line 68...
68
	private function fluxAdminDemande() {
68
	private function fluxAdminDemande() {
69
		return $this->conteneur->getParametre('admin') != null && $this->conteneur->getParametre('admin') == 1;
69
		return $this->conteneur->getParametre('admin') != null && $this->conteneur->getParametre('admin') == 1;
70
	}
70
	}
Line 71... Line 71...
71
 
71
 
72
	private function demanderAutorisationAdmin() {
72
	private function demanderAutorisationAdmin() {
73
		$verification = new ControleAcces($this->conteneur);
73
		$verification = $this->conteneur->getControleAcces();
74
		$verification->demanderAuthentificationAdmin();
74
		$verification->demanderAuthentificationAdmin();
Line 75... Line 75...
75
	}
75
	}
76
 
76