removing now obsolete plugin. YAY! :-P
[squirrelmail.git] / plugins / delete_move_next / index.php
diff --git a/plugins/delete_move_next/index.php b/plugins/delete_move_next/index.php
deleted file mode 100644 (file)
index 15a3799..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-<?php
-
-   /**
-    **  index.php -- Displays the main frameset
-    **
-    **  Copyright (c) 1999-2003 The SquirrelMail development team
-    **  Licensed under the GNU GPL. For full terms see the file COPYING.
-    **
-    **  Redirects to the login page.
-    **
-    **  $Id$
-    * @package plugins
-    * @subpackage delete_move_next
-    **/
-
-   header("Location:../../src/login.php\n\n");
-   exit();
-
-?>