forked from GithubBackups/vichan
Require secrets.php
This commit is contained in:
parent
e94ae94f6c
commit
2afb2b4e7b
@ -10,7 +10,6 @@
|
||||
require_once "lib/htmlpurifier-4.5.0/library/HTMLPurifier.auto.php";
|
||||
require_once "8chan-functions.php";
|
||||
|
||||
|
||||
$config['db']['server'] = 'localhost';
|
||||
$config['db']['database'] = '8chan';
|
||||
$config['db']['prefix'] = '';
|
||||
@ -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