From 0ca0e4908208a49d17e09f3acac2a7d016d873dc Mon Sep 17 00:00:00 2001 From: alyx Date: Sat, 22 Jun 2024 17:05:07 -0400 Subject: fix debug call --- visitors.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'visitors.php') diff --git a/visitors.php b/visitors.php index 941800a..4073598 100644 --- a/visitors.php +++ b/visitors.php @@ -503,7 +503,7 @@ session_start(['cookie_lifetime' => 1440]); function cleanup_post() { global $config; - error_log(var_dump($_POST, false)); +// error_log(var_export($_POST, true)); if ($config['captcha'] && (@$_SESSION['captcha'] !== htmlentities($_POST['captcha']??''))) { return "Invalid captcha!"; } -- cgit v1.2.3-54-g00ecf