Standard redirector
authorphilippe_mingo <philippe_mingo@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 8 Nov 2001 15:12:04 +0000 (15:12 +0000)
committerphilippe_mingo <philippe_mingo@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 8 Nov 2001 15:12:04 +0000 (15:12 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1700 7612ce4b-ef26-0410-bec9-ea0150e637f0

plugins/squirrelspell/js/index.php

index 9b39265391ce0390fcf4e3483a927b2e34ce78b8..f0e0b261c9cf546ee5021a25eb831c3a1fb68596 100644 (file)
@@ -1,3 +1,20 @@
 <?php
 <?php
-header("Location: http://www.mricon.com/");
-?>
+
+   /**
+    **  index.php -- Displays the main frameset
+    **
+    **  Copyright (c) 1999-2000 The SquirrelMail development team
+    **  Licensed under the GNU GPL. For full terms see the file COPYING.
+    **
+    **  Redirects to the login page.
+    **
+    **  $Id$
+    **/
+
+   require_once('./functions/strings.php');
+
+   $location = get_location();
+   header("Location: $location/src/login.php\n\n");
+   exit();
+
+?>
\ No newline at end of file