Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1309 Rev 1602
Line 92... Line 92...
92
 
92
 
93
	/**
93
	/**
94
	 * Si le flux est un flux admin, demander un mot de passe
94
	 * Si le flux est un flux admin, demander un mot de passe
95
	 * */
95
	 * */
96
	private function demanderAutorisationAdmin() {
96
	private function demanderAutorisationAdmin() {
97
		$verification = new ControleAcces($this->conteneur);
97
		$verification = $this->conteneur->getControleAcces();
98
		$verification->demanderAuthentificationAdmin();
98
		$verification->demanderAuthentificationAdmin();
Line 99... Line 99...
99
	}
99
	}
100
 
100