diff --git a/install/index.php b/install/index.php index 054c696..df53d61 100644 --- a/install/index.php +++ b/install/index.php @@ -199,7 +199,7 @@ $app->post('/', function (Request $request, Response $response, Filesystem $stor cleanDirectory(__DIR__.'/../resources/cache'); cleanDirectory(__DIR__.'/../resources/sessions'); - removeDirectory(__DIR__.'/../install'); + //removeDirectory(__DIR__.'/../install'); // if is upgrading and existing installation, put it out maintenance if ($installed) { diff --git a/install/templates/install.twig b/install/templates/install.twig index 2d221e1..673daf5 100644 --- a/install/templates/install.twig +++ b/install/templates/install.twig @@ -24,7 +24,7 @@
Install XBackBone
-
+ {% if not installed %}
@@ -184,7 +184,7 @@
-
@@ -193,7 +193,7 @@ {% else %}
-
diff --git a/resources/templates/dashboard/system.twig b/resources/templates/dashboard/system.twig index 469ad0d..23c6bc1 100644 --- a/resources/templates/dashboard/system.twig +++ b/resources/templates/dashboard/system.twig @@ -124,8 +124,8 @@
- - + +