From a6e9c13e519a328f588368ac31f8c1caebd4a73b Mon Sep 17 00:00:00 2001 From: 8chan Date: Thu, 25 Sep 2014 20:31:52 +0000 Subject: [PATCH] We dont need two of these. --- inc/config.php | 20 ++++++-------------- 1 file changed, 6 insertions(+), 14 deletions(-) diff --git a/inc/config.php b/inc/config.php index 871b3db3..8fd42f87 100644 --- a/inc/config.php +++ b/inc/config.php @@ -279,19 +279,15 @@ - /*uses are you a human to stop automated requests to make boards disabled by default - if you wish to use 'are you a human' to block automated board creation requests - - to use AYAH you must enter your 'AYAH_PUBLISHER_KEY' and your 'AYAH_SCORING_KEY' in - the configuration file for AYAH. The config file for AYAH - is located in the following directory:'/inc/lib/ayah/ayah_config.php' + /* Uses are you a human to stop automated requests to make boards disabled by default + * if you wish to use 'are you a human' to block automated board creation requests - */ + * to use AYAH you must enter your 'AYAH_PUBLISHER_KEY' and your 'AYAH_SCORING_KEY' in + * the configuration file for AYAH. The config file for AYAH + * is located in the following directory:'/inc/lib/ayah/ayah_config.php' + */ $config['ayah_enabled'] = false; - - - // Enable reCaptcha to make spam even harder. Rarely necessary. $config['recaptcha'] = false; // Enable reCaptcha on create.php to prevent automated requests. @@ -1633,7 +1629,3 @@ ''. ''. ''; - - // Set to true to use ayah. Requires to set inc/lib/ayah/ayah_config.php! - // Ayah is highly reccommended (it's also used only for creating boards) - $config["use_ayah"] = false;