mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-01-19 01:24:05 +01:00
Require secrets.php
This commit is contained in:
parent
e94ae94f6c
commit
2afb2b4e7b
@ -7,9 +7,8 @@
|
||||
*
|
||||
* You can copy values from config.php (defaults) and paste them here.
|
||||
*/
|
||||
require_once "lib/htmlpurifier-4.5.0/library/HTMLPurifier.auto.php";
|
||||
require_once "8chan-functions.php";
|
||||
|
||||
require_once "lib/htmlpurifier-4.5.0/library/HTMLPurifier.auto.php";
|
||||
require_once "8chan-functions.php";
|
||||
|
||||
$config['db']['server'] = 'localhost';
|
||||
$config['db']['database'] = '8chan';
|
||||
@ -43,6 +42,8 @@ require_once "8chan-functions.php";
|
||||
$config['thread_subject_in_title'] = true;
|
||||
$config['spam']['hidden_inputs_max_pass'] = 128;
|
||||
|
||||
require_once "secrets.php";
|
||||
|
||||
// Image shit
|
||||
$config['thumb_method'] = 'gm+gifsicle';
|
||||
$config['thumb_ext'] = '';
|
||||
|
Loading…
x
Reference in New Issue
Block a user