Changeset 712 for trunk/Modules/FrontPage/FrontPage.php
- Timestamp:
- Jan 5, 2014, 4:28:51 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/FrontPage/FrontPage.php
r691 r712 36 36 if(array_key_exists('LoginUser', $_POST) and array_key_exists('LoginPass', $_POST)) 37 37 { 38 $this->System->User->Login($_POST['LoginUser'], $_POST['LoginPass']); 38 if(array_key_exists('LoginUser', $_POST)) $StayLogged = true; 39 else $StayLogged = false; 40 $this->System->User->Login($_POST['LoginUser'], $_POST['LoginPass'], $StayLogged); 39 41 if($this->System->User->Role == LICENCE_ANONYMOUS) 40 42 {
Note:
See TracChangeset
for help on using the changeset viewer.