Bug Report plugin: general cleanup per SM plugin specs, elimination of HTML output...
[squirrelmail.git] / plugins / bug_report / templates / index.php
diff --git a/plugins/bug_report/templates/index.php b/plugins/bug_report/templates/index.php
new file mode 100644 (file)
index 0000000..37d20f4
--- /dev/null
@@ -0,0 +1,18 @@
+<?php
+
+/**
+ * index.php
+ *
+ * This file simply takes any attempt to view source files and sends those
+ * people to the login screen. At this point no attempt is made to see if the
+ * person is logged in or not.
+ *
+ * @copyright &copy; 1999-2008 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
+ * @version $Id: index.php 12128 2007-01-13 20:15:44Z kink $
+ * @package plugins
+ * @subpackage bug_report
+ */
+
+header('Location: ../index.php');
+