From 6cdb1b0441662c17c6a2e987b658b097d9b2a488 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Gonz=C3=A1lez?= Date: Thu, 29 Sep 2022 17:46:39 +0200 Subject: [PATCH] Fix mistake with User IP and User name --- pandora_console/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/index.php b/pandora_console/index.php index df1f7e9ae7..d3fda4f24d 100755 --- a/pandora_console/index.php +++ b/pandora_console/index.php @@ -323,7 +323,7 @@ if (isset($config['id_user']) === false) { $userIP, $nick ), - $userIP + $nick ); while (ob_get_length() > 0) { ob_end_flush();