diff --git a/lib/settings.php b/lib/settings.php index 667309f..530743c 100644 --- a/lib/settings.php +++ b/lib/settings.php @@ -1,10 +1,10 @@ -
-
+
+
-
+
-
-
+
+
- + @@ -95,7 +95,7 @@ if ($accountPassword == "" && isset($_GET['settings'])) { // Set the session user level $_SESSION['userLevel'] = 10; // Finally, load again as now this file has changed and auto login - header('Location: index.php'); + header('Location: index.php'); } else { // We need to set the password header('Location: lib/settings.php?settings=set');