Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1840 Rev 2155
Line 21... Line 21...
21
	 */
21
	 */
22
	public function fluxAdminDemande() {
22
	public function fluxAdminDemande() {
23
		return $this->contexte->getQS('admin') != null && $this->contexte->getQS('admin') == 1;
23
		return $this->contexte->getQS('admin') != null && $this->contexte->getQS('admin') == 1;
24
	}
24
	}
Line -... Line 25...
-
 
25
 
-
 
26
	// @TODO ne devrait plus être utilisé
25
 
27
	// @TODO réécrire si nécessaire
-
 
28
	public function demanderAutorisationAdmin() {
26
	public function demanderAutorisationAdmin() {
29
		throw new Exception("méthode obsolète - utiliser le SSO à la place"); // fuk lé jandarme
27
		$verification = $this->conteneur->getControleAcces();
30
		//$verification = $this->conteneur->getControleAcces();
28
		$verification->demanderAuthentificationAdmin();
31
		//$verification->demanderAuthentificationAdmin();
Line 29... Line 32...
29
	}
32
	}
30
 
33
 
31
	/**
34
	/**