mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-02-18 03:37:35 +01:00
We dont need two of these.
This commit is contained in:
parent
438c248bd6
commit
a6e9c13e51
@ -279,19 +279,15 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
/*uses are you a human to stop automated requests to make boards disabled by default
|
/* 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
|
* 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'
|
|
||||||
|
|
||||||
*/
|
* 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;
|
$config['ayah_enabled'] = false;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// Enable reCaptcha to make spam even harder. Rarely necessary.
|
// Enable reCaptcha to make spam even harder. Rarely necessary.
|
||||||
$config['recaptcha'] = false;
|
$config['recaptcha'] = false;
|
||||||
// Enable reCaptcha on create.php to prevent automated requests.
|
// Enable reCaptcha on create.php to prevent automated requests.
|
||||||
@ -1633,7 +1629,3 @@
|
|||||||
'<a href="$0" target="_blank" class="file">'.
|
'<a href="$0" target="_blank" class="file">'.
|
||||||
'<img style="width:360px;height:270px;" src="//img.youtube.com/vi/$2/0.jpg" class="post-image"/>'.
|
'<img style="width:360px;height:270px;" src="//img.youtube.com/vi/$2/0.jpg" class="post-image"/>'.
|
||||||
'</a></div>';
|
'</a></div>';
|
||||||
|
|
||||||
// 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;
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user