Explorar el Código

Update to login

tags/rls1
kenn408k hace 6 años
padre
commit
ac38712759
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      _login.php

+ 1
- 1
_login.php Ver fichero

@@ -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…
Cancelar
Guardar