Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 584 Rev 589
Line 287... Line 287...
287
		
287
		
288
		$autorisation = (isset($existe) && $existe) ? true :false;
288
		$autorisation = (isset($existe) && $existe) ? true :false;
289
		return $autorisation;
289
		return $autorisation;
Line 290... Line 290...
290
	}
290
	}
291
	
291
	
292
	public function etreAdminAutorise($identifiant) {
292
	public function etreAdminAutorise() {
293
		$identifiant = $this->getAuthIdentifiant();
293
		$identifiant = $this->getAuthIdentifiant();
294
		$autorisation = ($this->etreUtilisateurAutorise() && $this->etreAdminCel($identifiant)) ? true : false;
294
		$autorisation = ($this->etreUtilisateurAutorise() && $this->etreAdminCel($identifiant)) ? true : false;