Make directories unbrowsable.
authorkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 9 Sep 2002 17:25:05 +0000 (17:25 +0000)
committerkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 9 Sep 2002 17:25:05 +0000 (17:25 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3633 7612ce4b-ef26-0410-bec9-ea0150e637f0

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

diff --git a/class/deliver/index.php b/class/deliver/index.php
new file mode 100644 (file)
index 0000000..7e4fc5c
--- /dev/null
@@ -0,0 +1,3 @@
+<?php
+header('Location: ../index.php');
+?>
diff --git a/class/mime/index.php b/class/mime/index.php
new file mode 100644 (file)
index 0000000..7e4fc5c
--- /dev/null
@@ -0,0 +1,3 @@
+<?php
+header('Location: ../index.php');
+?>
diff --git a/include/index.php b/include/index.php
new file mode 100644 (file)
index 0000000..7e4fc5c
--- /dev/null
@@ -0,0 +1,3 @@
+<?php
+header('Location: ../index.php');
+?>