mirror of
https://github.com/e107inc/e107.git
synced 2025-08-15 02:57:15 +02:00
Session quick fix. Image resizing etc.
This commit is contained in:
@@ -606,7 +606,7 @@ class e_session
|
||||
|
||||
// just for now
|
||||
$msg = 'Session validation failed! <a href="'.strip_tags($_SERVER['REQUEST_URI']).'">Go Back</a>';
|
||||
die($msg);
|
||||
// die($msg); //FIXME not functioning as intended.
|
||||
}
|
||||
|
||||
return $this;
|
||||
|
Reference in New Issue
Block a user