mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-15 13:32:41 +08:00
improve install & update
This commit is contained in:
@@ -22,6 +22,7 @@ if (!$update->canAccessStep($currentStep)) {
|
||||
$update->gotoStep(1);
|
||||
}
|
||||
$error = $copy = '';
|
||||
$pass = true;
|
||||
|
||||
//step 1
|
||||
if ($currentStep == 1) {
|
||||
@@ -67,7 +68,6 @@ if ($currentStep == 2) {
|
||||
}
|
||||
|
||||
if ($currentStep == 3) {
|
||||
$pass = true;
|
||||
$createTables = $update->listAllTableCreate();
|
||||
$existsTables = $update->listExistsTable();
|
||||
$tableRows = [];
|
||||
|
||||
Reference in New Issue
Block a user