diff options
Diffstat (limited to 'include/auth.php')
-rw-r--r-- | include/auth.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/auth.php b/include/auth.php index 6a50362d6..e30b94d2e 100644 --- a/include/auth.php +++ b/include/auth.php @@ -71,8 +71,8 @@ else { $a->cid = $r[0]['id']; $_SESSION['cid'] = $a->cid; } - - + if(($a->module !== 'home') && isset($_SESSION['return_url'])) + goaway($a->get_baseurl() . '/' . $_SESSION['return_url']); } } |