Explorar el Código

Update to login

tags/rls1
kenn408k hace 6 años
padre
commit
62d617f4db
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4
    0
      content/login.php

+ 4
- 0
content/login.php Ver fichero

@@ -5,6 +5,10 @@ $setup['headline'] = "Odense Track - Lgoin";
5 5
 $setup['keywords'] = "login";
6 6
 $setup['description'] = "Login hos Odense Track";
7 7
 
8
+if (User::checkLogin() == true) {
9
+    header('Location: '.Config::$sys_url.'?page=home');
10
+}
11
+
8 12
 Design::header($setup, 0);
9 13
 ?>
10 14
 

Loading…
Cancelar
Guardar