Added index in class dir to avoid unwanted directory listing. Minor
authorthomppj <thomppj@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 25 Jul 2002 13:52:13 +0000 (13:52 +0000)
committerthomppj <thomppj@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 25 Jul 2002 13:52:13 +0000 (13:52 +0000)
formatting modification to *.class files.

NOTE: We really want these files to be called *.class.php, not just
*.class.php.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3127 7612ce4b-ef26-0410-bec9-ea0150e637f0

class/html.class
class/index.php [new file with mode: 0644]
class/mime.class

index 86ef82dea02586c1d963c961b56b2aec3e8cc996..dcdb805bce4afba897da68643f51f66156a5a9b5 100644 (file)
@@ -5,7 +5,6 @@
  * Copyright (c) 2002 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
- *
  * This contains functions needed to generate html output.
  *
  * $Id$
diff --git a/class/index.php b/class/index.php
new file mode 100644 (file)
index 0000000..b86832a
--- /dev/null
@@ -0,0 +1,20 @@
+<?php
+
+/**
+ * index.php
+ *
+ * Copyright (c) 1999-2002 The SquirrelMail Project Team
+ * Licensed under the GNU GPL. For full terms see the file COPYING.
+ *
+ * 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 or not.
+ *
+ * $Id$
+ */
+
+header("Location:../index.php");
+
+/* pretty impressive huh? */
+
+?>
index 4f06c29e132ddd7bc9afd2751385392851feb5b2..ddfe34bb3941cf4aaf7f5970a4527fab912b128a 100644 (file)
@@ -6,7 +6,6 @@
  * Copyright (c) 2002 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
- *
  * This contains functions needed to handle mime messages.
  *
  * $Id$