1
0
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:
runit 2022-09-27 08:56:29 -04:00 committed by Fredrick Brennan
parent 63b71bf1fc
commit 4e5fecebd2

View File

@ -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