Browse Source

Update to login

tags/rls1
kenn408k 6 years ago
parent
commit
ac38712759
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      _login.php

+ 1
- 1
_login.php View File

@@ -53,7 +53,7 @@ if (isset($_POST['u']) && isset($_POST['p'])) {
53 53
             $_SESSION['username'] = $result['username'];
54 54
             $_SESSION['lvl'] = $result['level'];
55 55
 
56
-            header('Location: index.php?page=news');
56
+            header('Location: index.php?page=home');
57 57
             die("Error, please enable browser redirects.");
58 58
         } else {
59 59
             $error[] = "Mail wrong";

Loading…
Cancel
Save