aboutsummaryrefslogtreecommitdiffstats
path: root/mayor-orig/www/include/base/log.php
diff options
context:
space:
mode:
Diffstat (limited to 'mayor-orig/www/include/base/log.php')
-rw-r--r--mayor-orig/www/include/base/log.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mayor-orig/www/include/base/log.php b/mayor-orig/www/include/base/log.php
index 0b8f6fd1..14e214a9 100644
--- a/mayor-orig/www/include/base/log.php
+++ b/mayor-orig/www/include/base/log.php
@@ -5,7 +5,7 @@
function naploz($aCode)
function szamlal($policy,$page)
*/
-
+ define('CLIENTIPADDRESS',_clientIp());
function _clientIp() {
return ($_SERVER['HTTP_X_FORWARDED_FOR']!='')?$_SERVER['HTTP_X_FORWARDED_FOR']:$_SERVER['REMOTE_ADDR'];
}