forked from leftypol/leftypol
Fix errors about uninitialized config during install
This commit is contained in:
parent
697f3e7876
commit
6b21689dcd
1 changed files with 2 additions and 2 deletions
|
@ -88,6 +88,8 @@ function loadConfig() {
|
|||
$config[$key] = array();
|
||||
}
|
||||
|
||||
require 'inc/config.php';
|
||||
|
||||
if (!file_exists('inc/instance-config.php'))
|
||||
$error('Tinyboard is not configured! Create inc/instance-config.php.');
|
||||
|
||||
|
@ -112,8 +114,6 @@ function loadConfig() {
|
|||
init_locale($config['locale'], $error);
|
||||
}
|
||||
|
||||
require 'inc/config.php';
|
||||
|
||||
require 'inc/instance-config.php';
|
||||
|
||||
if (isset($board['dir']) && file_exists($board['dir'] . '/config.php')) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue