mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-15 05:00:49 +08:00
improve admin details
This commit is contained in:
@@ -5,8 +5,6 @@ $rootpath = dirname(dirname(__DIR__)) . '/';
|
||||
define('ROOT_PATH', $rootpath);
|
||||
$isPost = $_SERVER['REQUEST_METHOD'] == 'POST';
|
||||
require $rootpath . 'vendor/autoload.php';
|
||||
require $rootpath . 'include/globalfunctions.php';
|
||||
require $rootpath . 'include/functions.php';
|
||||
require $rootpath . 'nexus/Database/helpers.php';
|
||||
|
||||
$update = new \Nexus\Install\Update();
|
||||
@@ -252,4 +250,4 @@ if ($currentStep == 4) {
|
||||
window.location.search="step=<?php echo $currentStep == 1 ? 1 : $currentStep - 1?>"
|
||||
}
|
||||
</script>
|
||||
</html>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user