Subversion Repositories eFlore/Applications.cel

Rev

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

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