Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1694 Rev 1696
Line 25... Line 25...
25
		$this->gestionBdd = $conteneur->getGestionBdd();
25
		$this->gestionBdd = $conteneur->getGestionBdd();
26
		$this->bdd = $this->gestionBdd->getBdd();
26
		$this->bdd = $this->gestionBdd->getBdd();
27
	}
27
	}
Line 28... Line 28...
28
 
28
 
29
	public function controlerIpAutorisees() {
29
	public function controlerIpAutorisees() {
Line 30... Line 30...
30
		$ipsAutorisees = $this->conteneur->getParametreTabeau('ip_autorisees');
30
		$ipsAutorisees = $this->conteneur->getParametreTableau('ip_autorisees');
31
 
31
 
32
		$remoteIp = filter_input(INPUT_SERVER, 'REMOTE_ADDR', FILTER_VALIDATE_IP);
32
		$remoteIp = filter_input(INPUT_SERVER, 'REMOTE_ADDR', FILTER_VALIDATE_IP);
33
		$serverIp = filter_input(INPUT_SERVER, 'SERVER_ADDR', FILTER_VALIDATE_IP);
33
		$serverIp = filter_input(INPUT_SERVER, 'SERVER_ADDR', FILTER_VALIDATE_IP);