* Modify the variable name.

This commit is contained in:
hufangzhou
2021-10-18 16:34:33 +08:00
parent 20fbf2436c
commit cf3654bd0d
+2 -2
View File
@@ -677,8 +677,8 @@ class upgrade extends control
$installFile = $this->app->getAppRoot() . 'www/install.php';
$upgradeFile = $this->app->getAppRoot() . 'www/upgrade.php';
if(file_exists($installPath)) @unlink($installPath);
if(file_exists($upgradePath)) @unlink($upgradePath);
if(file_exists($installFile)) @unlink($installFile);
if(file_exists($upgradeFile)) @unlink($upgradeFile);
unset($_SESSION['upgrading']);
}
}