1
0
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:
CaMer0n
2012-09-03 23:02:45 +00:00
parent 979e42db13
commit bfb687dfd5
4 changed files with 131 additions and 41 deletions

View File

@@ -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;