forked from leftypol/leftypol
Instead of showing $config['error']['malformed'] on corrupt session, just go straight to the login form
This commit is contained in:
parent
45f9b51ad8
commit
5661e32b1c
2 changed files with 6 additions and 3 deletions
2
mod.php
2
mod.php
|
@ -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()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue