summaryrefslogtreecommitdiff
path: root/core/classes/Request.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/classes/Request.php')
-rw-r--r--core/classes/Request.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/classes/Request.php b/core/classes/Request.php
index e1148b4..bc322a1 100644
--- a/core/classes/Request.php
+++ b/core/classes/Request.php
@@ -38,7 +38,7 @@ class Request
$this->HOST = $_SERVER['HTTP_HOST'];
$this->PORT = $_SERVER['SERVER_PORT'];
$this->TIME = $_SERVER['REQUEST_TIME'];
- $this->CLI_IP = $_SERVER['REMOTE_ADDR'];
+ $this->IP = $_SERVER['REMOTE_ADDR'];
$this->METHOD = strtolower($_SERVER['REQUEST_METHOD']);