1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-02-07 15:11:32 +01:00

Include secrets file.

This commit is contained in:
8chan 2014-09-24 20:23:38 +00:00
parent 3515b56a56
commit 9d8ba968cb

View File

@ -7,9 +7,8 @@
* *
* You can copy values from config.php (defaults) and paste them here. * 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 "lib/htmlpurifier-4.5.0/library/HTMLPurifier.auto.php";
require_once "8chan-functions.php"; require_once "8chan-functions.php";
$config['db']['server'] = 'localhost'; $config['db']['server'] = 'localhost';
$config['db']['database'] = '8chan'; $config['db']['database'] = '8chan';
@ -43,6 +42,8 @@ require_once "8chan-functions.php";
$config['thread_subject_in_title'] = true; $config['thread_subject_in_title'] = true;
$config['spam']['hidden_inputs_max_pass'] = 128; $config['spam']['hidden_inputs_max_pass'] = 128;
require_once "secrets.php";
// Image shit // Image shit
$config['thumb_method'] = 'gm+gifsicle'; $config['thumb_method'] = 'gm+gifsicle';
$config['thumb_ext'] = ''; $config['thumb_ext'] = '';