OK, so it wants a trailing slash...
[squirrelmail.git] / src / redirect.php
index 9b82bee7aa8ff0e2770da716443a2bd30744749d..34e8a568bc2545a9cec7022e6040756d8e06c354 100644 (file)
@@ -36,7 +36,7 @@ if (get_magic_quotes_gpc()) {
 
 /* Before starting the session, the base URI must be known. Assuming */
 /* that this file is in the src/ subdirectory (or something).        */
-$base_uri = dirname(dirname($PHP_SELF));
+$base_uri = dirname(dirname($PHP_SELF)) . "/";
 
 header('Pragma: no-cache');
 $location = get_location();