Subversion Repositories eFlore/Applications.del

Rev

Rev 1309 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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