From bd31f9ec4b09fb367205d252e85b0dc410610089 Mon Sep 17 00:00:00 2001 From: jaidhar Date: Thu, 18 Nov 2010 19:09:33 +0000 Subject: [PATCH] IP Address printout in XML Loggin Signed-off-by: Jai Dhar git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3202 e3e1d417-86f3-4887-817a-d78f3d33393f --- web/skins/xml/includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/skins/xml/includes/functions.php b/web/skins/xml/includes/functions.php index c3c3ca515..c6985ba72 100644 --- a/web/skins/xml/includes/functions.php +++ b/web/skins/xml/includes/functions.php @@ -30,7 +30,7 @@ function updateClientVer() $_SESSION['vermin']=$verarray[1]; $_SESSION['verbuild']=$verarray[2]; } - logXml("Load: ".$_SERVER['REQUEST_URI']." - eyeZm ".getClientVerMaj().".".getClientVerMin()); + logXml("(".$_SERVER['REMOTE_ADDR'].") GET: ".$_SERVER['REQUEST_URI']." - eyeZm ".getClientVerMaj().".".getClientVerMin()); } function getClientVerMaj() {