From f1827fc56b22f62b68efb507be95e65eaeb88886 Mon Sep 17 00:00:00 2001 From: Daniel Cebrian Date: Thu, 21 Mar 2024 17:20:12 +0100 Subject: [PATCH] #13149 remove message audit from check_login --- pandora_console/include/functions.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pandora_console/include/functions.php b/pandora_console/include/functions.php index b426753c9e..bda3d9eb63 100644 --- a/pandora_console/include/functions.php +++ b/pandora_console/include/functions.php @@ -2427,11 +2427,6 @@ function check_login($output=true) return false; } - db_pandora_audit( - AUDIT_LOG_HACK_ATTEMPT, - 'Trying to access without a valid session', - 'N/A' - ); include $config['homedir'].'/general/noaccess.php'; exit; }