From b833e2743a21e43376d9e47854a9897ac6792636 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 10 Sep 2023 23:57:52 +0200 Subject: [PATCH] Simple anti-spam mechanism --- inc/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/config.php b/inc/config.php index 6ede0332..a64f9ad8 100644 --- a/inc/config.php +++ b/inc/config.php @@ -314,7 +314,7 @@ // Enable simple anti-spam measure. $config['simple_spam'] = array ( - 'question' => 'What is 2 + 2?', + 'prompt' => 'What is 2 + 2?', 'answer' => '4' );