@@ -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 @@
-
-