Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 536 Rev 1053
Line 41... Line 41...
41
		setcookie($this->nomCookieNiveau, time()+$this->dureeSauvegarde, '/');
41
		setcookie($this->nomCookieNiveau, time()+$this->dureeSauvegarde, '/');
42
	}
42
	}
Line 43... Line 43...
43
 
43
 
44
	public function etreIdentifie() {
44
	public function etreIdentifie() {
45
		$this->analyserCookies();
45
		$this->analyserCookies();
46
		return $this->identifie;
46
		return true; //$this->identifie;
Line 47... Line 47...
47
	}
47
	}
48
 
48
 
49
	public function connecter($courriel, $mdp, $persistance = false) {
49
	public function connecter($courriel, $mdp, $persistance = false) {