1
0
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:
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(); $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