mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 19:37:23 +08:00
prepare to v1.6
This commit is contained in:
@@ -160,7 +160,7 @@ class Install
|
||||
|
||||
public function listSettingTableRows()
|
||||
{
|
||||
$defaultSettingsFile = ROOT_PATH . '_doc/install/settings.default.php';
|
||||
$defaultSettingsFile = __DIR__ . '/settings.default.php';
|
||||
$originalConfigFile = ROOT_PATH . 'config/allconfig.php';
|
||||
if (!file_exists($defaultSettingsFile)) {
|
||||
throw new \RuntimeException("default setting file: $defaultSettingsFile not exists.");
|
||||
|
||||
Reference in New Issue
Block a user