Browse Source

Update to login

tags/rls1
kenn408k 7 years ago
parent
commit
62d617f4db
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      content/login.php

+ 4
- 0
content/login.php View File

5
 $setup['keywords'] = "login";
5
 $setup['keywords'] = "login";
6
 $setup['description'] = "Login hos Odense Track";
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
 Design::header($setup, 0);
12
 Design::header($setup, 0);
9
 ?>
13
 ?>
10
 
14
 

Loading…
Cancel
Save