mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-24 07:30:10 +01:00
I didn't need to actually touch this.
This commit is contained in:
parent
63b71bf1fc
commit
4e5fecebd2
@ -108,8 +108,8 @@ function loadConfig() {
|
|||||||
$config[$key] = array();
|
$config[$key] = array();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!file_exists('inc/secrets.php'))
|
if (!file_exists('inc/instance-config.php'))
|
||||||
$error('Tinyboard is not configured! Create inc/secrets.php.');
|
$error('vichan is not configured! Create inc/instance-config.php.');
|
||||||
|
|
||||||
// Initialize locale as early as possible
|
// Initialize locale as early as possible
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user