diff options
Diffstat (limited to 'visitors.php')
| -rw-r--r-- | visitors.php | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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!";    } | 
