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['thread_subject_in_title'] = true;
$config['spam']['hidden_inputs_max_pass'] = 128; $config['spam']['hidden_inputs_max_pass'] = 128;
require_once "secrets.php"; include "secrets.php";
// Image shit // Image shit
$config['thumb_method'] = 'gm+gifsicle'; $config['thumb_method'] = 'gm+gifsicle';