commit | 2c4e5508303b230d42b2ff2302f2c2a46fbc9ba0 | [log] [tgz] |
---|---|---|
author | droy <droy> | Wed Nov 28 15:37:26 2007 +0000 |
committer | droy <droy> | Wed Nov 28 15:37:26 2007 +0000 |
tree | 40b31129627273470920d655e71dc8eee12d983e | |
parent | 2d5fd19a19a31adf619f6fb85d88c022f0b37f6c [diff] [blame] |
Fix bug in session
diff --git a/html/login.php b/html/login.php index eeae861..e1e4aa7 100755 --- a/html/login.php +++ b/html/login.php
@@ -35,7 +35,7 @@ $Session = new Session(); $Session->create($User->userid, $REMEMBER); SetSessionVar('User', $User); - exitTo("."); + exitTo("index.php"); } } else {