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:
parent
beff737c9e
commit
48ca125eaf
@ -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';
|
||||||
|
Loading…
Reference in New Issue
Block a user