From 063f1ab7acac04b44cfbf10610ba639609ed40b1 Mon Sep 17 00:00:00 2001 From: Sascha Leib Date: Mon, 20 Oct 2025 14:21:12 +0200 Subject: [PATCH] Small IP Address Fix --- action.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.php b/action.php index a3c4c8a..0655bd1 100644 --- a/action.php +++ b/action.php @@ -107,7 +107,7 @@ class action_plugin_botmon extends DokuWiki_Action_Plugin { // create the log array: $logArr = Array( - $this->ipAddress, /* remote IP */ + $_SERVER['REMOTE_ADDR'], /*$this->ipAddress, // remote IP */ $pageId, /* page ID */ $this->sessionId, /* Session ID */ $this->sessionType, /* session ID type */