From 882a12f70cfdd7101c50b00d10b43df5f5bcb406 Mon Sep 17 00:00:00 2001 From: hickert Date: Mon, 18 Apr 2011 13:50:26 +0000 Subject: [PATCH] Fixed warning message git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20740 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/html/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gosa-core/html/index.php b/gosa-core/html/index.php index e8597646f..67ce4e364 100644 --- a/gosa-core/html/index.php +++ b/gosa-core/html/index.php @@ -311,7 +311,7 @@ if (($_SERVER["REQUEST_METHOD"] == "POST" && isset($_POST['login'])) || $htacces $message= _("Please check the username/password combination!"); $smarty->assign ('nextfield', 'password'); session::global_set('config',$config); - $ip= $_SERVERREMOTE_ADDR; + $ip= $_SERVER['REMOTE_ADDR']; new log("security","login","",array(),"Authentication failed for user \"$username\" [from $ip]"); } else { /* Remove all locks of this user */ -- 2.30.2