mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-12 01:50:48 +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();
|
||||
}
|
||||
|
||||
if (!file_exists('inc/secrets.php'))
|
||||
$error('Tinyboard is not configured! Create inc/secrets.php.');
|
||||
if (!file_exists('inc/instance-config.php'))
|
||||
$error('vichan is not configured! Create inc/instance-config.php.');
|
||||
|
||||
// Initialize locale as early as possible
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user