Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 1840 → Rev 2155

/trunk/services/bibliotheque/SyndicationOutils.php
23,9 → 23,12
return $this->contexte->getQS('admin') != null && $this->contexte->getQS('admin') == 1;
}
 
// @TODO ne devrait plus être utilisé
// @TODO réécrire si nécessaire
public function demanderAutorisationAdmin() {
$verification = $this->conteneur->getControleAcces();
$verification->demanderAuthentificationAdmin();
throw new Exception("méthode obsolète - utiliser le SSO à la place"); // fuk lé jandarme
//$verification = $this->conteneur->getControleAcces();
//$verification->demanderAuthentificationAdmin();
}
 
/**