diff --git a/public/installer/Admin.php b/public/installer/Admin.php index 8234dc7eb..9c279dfd1 100755 --- a/public/installer/Admin.php +++ b/public/installer/Admin.php @@ -1,18 +1,9 @@ - - - Bagisto Installer - - - - -
-
- +

Admin Details

@@ -49,10 +40,6 @@
-
@@ -63,7 +50,6 @@ $.validate({}); - - - -
-
- +

Environment Configuration

-
-
-
+ +
+
+
+
+
+ +
-
-
- - -
-
- - -
+
+ + +
-
- - -
+
+ + +
-
- - -
+
+ + +
-
- - -
+
+ + +
-
- - -
+
+ + +
-
- - -
+
+ + +
-
- - -
+
+ +
-
- -
- back -
+
+
+ +
+ back
- +
+
- -
@@ -128,10 +114,12 @@ }; + var target = window.location.href.concat('/EnvConfig.php'); + // process the form $.ajax({ type : 'POST', - url : 'EnvConfig.php', + url : target, data : formData, dataType : 'json', encode : true diff --git a/public/installer/Finish.php b/public/installer/Finish.php index 6f3a72dbd..7ccf136ed 100755 --- a/public/installer/Finish.php +++ b/public/installer/Finish.php @@ -1,16 +1,9 @@ - - - Bagisto Installer - - -
-
- +

Finish Installment

@@ -23,10 +16,6 @@
-
@@ -37,8 +26,8 @@ function finish() { lastIndex = window.location.href.lastIndexOf("/"); - secondlast = window.location.href.slice(0,lastIndex).lastIndexOf("/"); - next = window.location.href.slice(0,secondlast); + secondlast = window.location.href.slice(0, lastIndex).lastIndexOf("/"); + next = window.location.href.slice(0, secondlast); next = next.concat('/admin/login'); window.location.href = next; } diff --git a/public/installer/Migration.php b/public/installer/Migration.php index e9fae10f4..e3d346063 100755 --- a/public/installer/Migration.php +++ b/public/installer/Migration.php @@ -1,10 +1,4 @@ - - - Bagisto Installer - - -