From 2f8989d2a9bf11384a4e034905454de2ff805f0d 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 c107051f..3f78e6d5 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' );