Some code cleanups to read_body.php
[squirrelmail.git] / plugins / filters / index.php
index de0b3693d796b6518a9e4f945eb56780cfa564e1..ee2ad145052ffa2ac3870b58716012e930bd37fa 100644 (file)
     **  $Id$
     **/
 
-   require_once('../../functions/strings.php');
-
-   $location = get_location();
-   header("Location: $location/src/login.php\n\n");
+   header("Location:../../src/login.php\n\n");
    exit();
 
 ?>