1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-25 16:00:22 +01:00

include instead of require

This commit is contained in:
8chan 2014-09-25 20:49:46 +00:00
parent beff737c9e
commit 48ca125eaf

View File

@ -42,7 +42,7 @@
$config['thread_subject_in_title'] = true;
$config['spam']['hidden_inputs_max_pass'] = 128;
require_once "secrets.php";
include "secrets.php";
// Image shit
$config['thumb_method'] = 'gm+gifsicle';