This commit is contained in:
Michael RICOIS 2015-08-31 08:21:20 +00:00
parent f35ea85ff1
commit 3c5952ba55

View File

@ -33,7 +33,7 @@ class Application_Controller_Plugin_Auth extends Zend_Controller_Plugin_Abstract
$mode = null;
// --- Mode checkIp=only
if ($checkIp == 'only') {
$hach = 'iponly:'.$_SERVER['REMOTE_ADDR'];
$hach = 'iponly:'.$_SERVER['REMOTE_ADDR'];
$mode = 'iponly';
}