X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=functions%2Fauth.php;h=3ac8fc897b0919180dd5686217b666c6df30585f;hb=0c46707d33b0e134bc2edba3362b043b56e9b5e1;hp=b3b26e77a4ac737bee9e66f3134a71e764cb960e;hpb=9be8198db452ada405ad990214d7a3b26d129a33;p=squirrelmail.git diff --git a/functions/auth.php b/functions/auth.php index b3b26e77..3ac8fc89 100644 --- a/functions/auth.php +++ b/functions/auth.php @@ -11,15 +11,6 @@ * $Id$ */ -/* If a user opens a new session then comes back to this one, - * $base_uri isn't set because it the session is invalid. - */ - -if (! isset($base_uri)) { - ereg ('(^.*/)[^/]+/[^/]+$', $PHP_SELF, $regs); - $base_uri = $regs[1]; -} - function is_logged_in() { if ( session_is_registered('user_is_logged_in') ) {