mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-25 07:50:23 +01:00
include instead of require
This commit is contained in:
parent
beff737c9e
commit
48ca125eaf
@ -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';
|
||||
|
Loading…
Reference in New Issue
Block a user