X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=functions%2Fauth.php;h=3ac8fc897b0919180dd5686217b666c6df30585f;hb=28e1ac8ad0d5a729172d7f1f0cded8f9e5204aec;hp=83affbe6ea4568e484a21f3857ea0851ed3e2f5c;hpb=5afe02cfab408727fec98ffafa8556e3278d2691;p=squirrelmail.git diff --git a/functions/auth.php b/functions/auth.php index 83affbe6..3ac8fc89 100644 --- a/functions/auth.php +++ b/functions/auth.php @@ -11,14 +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)) { - $base_uri = dirname(dirname($PHP_SELF)) . "/"; -} - function is_logged_in() { if ( session_is_registered('user_is_logged_in') ) {