From 4e5fecebd2b8c229a595c977cb303c442da8711e Mon Sep 17 00:00:00 2001 From: runit Date: Tue, 27 Sep 2022 08:56:29 -0400 Subject: [PATCH] I didn't need to actually touch this. --- inc/functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/functions.php b/inc/functions.php index 78098484..7cf9c5dc 100755 --- a/inc/functions.php +++ b/inc/functions.php @@ -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