Sec. Stuff
authorphilippe_mingo <philippe_mingo@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 8 Nov 2001 15:31:05 +0000 (15:31 +0000)
committerphilippe_mingo <philippe_mingo@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 8 Nov 2001 15:31:05 +0000 (15:31 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1701 7612ce4b-ef26-0410-bec9-ea0150e637f0

plugins/filters/index.php [new file with mode: 0644]

diff --git a/plugins/filters/index.php b/plugins/filters/index.php
new file mode 100644 (file)
index 0000000..7230fe5
--- /dev/null
@@ -0,0 +1,20 @@
+<?php
+
+   /**
+    **  index.php -- Displays the main frameset
+    **
+    **  Copyright (c) 1999-2001 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