Instead of showing $config['error']['malformed'] on corrupt session, just go straight to the login form

This commit is contained in:
Michael Save 2013-01-30 04:45:38 +11:00
parent 45f9b51ad8
commit 5661e32b1c
2 changed files with 6 additions and 3 deletions

View file

@ -5,8 +5,8 @@
*/
require 'inc/functions.php';
require 'inc/mod/auth.php';
require 'inc/mod/pages.php';
require 'inc/mod/auth.php';
// Fix for magic quotes
if (get_magic_quotes_gpc()) {