From 4f2d900af7636e6744ae14aeeefdf2d6080ac50a Mon Sep 17 00:00:00 2001 From: George Halkiadakis Date: Thu, 30 Mar 2023 05:03:23 +0300 Subject: several mail options tested; mailhog (fake) mailer is working --- core/classes/Request.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/classes/Request.php') 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']); -- cgit v1.2.3