mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-25 12:31:06 -05:00
0.8.6-branch
This commit is contained in:
parent
1a2ef9146d
commit
083657c66b
@ -24,7 +24,7 @@ $config['base_url'] = '';
|
|||||||
| So that we can track your version.
|
| So that we can track your version.
|
||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
$config['stikked_version'] = '0.8.5';
|
$config['stikked_version'] = '0.8.6';
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
|
@ -104,7 +104,7 @@ $config['per_page'] = 15;
|
|||||||
*
|
*
|
||||||
**/
|
**/
|
||||||
$config['private_only'] = false;
|
$config['private_only'] = false;
|
||||||
$config['enable_captcha'] = false;
|
$config['enable_captcha'] = true;
|
||||||
$config['recaptcha_publickey'] = '';
|
$config['recaptcha_publickey'] = '';
|
||||||
$config['recaptcha_privatekey'] = '';
|
$config['recaptcha_privatekey'] = '';
|
||||||
$config['disable_api'] = false;
|
$config['disable_api'] = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user