Added redirection from subdirs to prevent file listing.
authorlbergman <lbergman@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 27 Oct 2000 02:41:26 +0000 (02:41 +0000)
committerlbergman <lbergman@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 27 Oct 2000 02:41:26 +0000 (02:41 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@822 7612ce4b-ef26-0410-bec9-ea0150e637f0

config/index.php [new file with mode: 0644]
data/index.php [new file with mode: 0644]
functions/index.php [new file with mode: 0644]
help/index.php [new file with mode: 0644]
images/index.php [new file with mode: 0644]
locale/index.php [new file with mode: 0644]
plugins/index.php [new file with mode: 0644]
po/index.php [new file with mode: 0644]
src/index.php [new file with mode: 0644]
themes/index.php [new file with mode: 0644]

diff --git a/config/index.php b/config/index.php
new file mode 100644 (file)
index 0000000..9d9ed2c
--- /dev/null
@@ -0,0 +1,14 @@
+<?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
+ ** or not.
+ **/
+
+header("Location:../index.php");
+
+/** pretty impressive huh? **/
+?>
diff --git a/data/index.php b/data/index.php
new file mode 100644 (file)
index 0000000..9d9ed2c
--- /dev/null
@@ -0,0 +1,14 @@
+<?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
+ ** or not.
+ **/
+
+header("Location:../index.php");
+
+/** pretty impressive huh? **/
+?>
diff --git a/functions/index.php b/functions/index.php
new file mode 100644 (file)
index 0000000..9d9ed2c
--- /dev/null
@@ -0,0 +1,14 @@
+<?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
+ ** or not.
+ **/
+
+header("Location:../index.php");
+
+/** pretty impressive huh? **/
+?>
diff --git a/help/index.php b/help/index.php
new file mode 100644 (file)
index 0000000..9d9ed2c
--- /dev/null
@@ -0,0 +1,14 @@
+<?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
+ ** or not.
+ **/
+
+header("Location:../index.php");
+
+/** pretty impressive huh? **/
+?>
diff --git a/images/index.php b/images/index.php
new file mode 100644 (file)
index 0000000..9d9ed2c
--- /dev/null
@@ -0,0 +1,14 @@
+<?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
+ ** or not.
+ **/
+
+header("Location:../index.php");
+
+/** pretty impressive huh? **/
+?>
diff --git a/locale/index.php b/locale/index.php
new file mode 100644 (file)
index 0000000..9d9ed2c
--- /dev/null
@@ -0,0 +1,14 @@
+<?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
+ ** or not.
+ **/
+
+header("Location:../index.php");
+
+/** pretty impressive huh? **/
+?>
diff --git a/plugins/index.php b/plugins/index.php
new file mode 100644 (file)
index 0000000..9d9ed2c
--- /dev/null
@@ -0,0 +1,14 @@
+<?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
+ ** or not.
+ **/
+
+header("Location:../index.php");
+
+/** pretty impressive huh? **/
+?>
diff --git a/po/index.php b/po/index.php
new file mode 100644 (file)
index 0000000..9d9ed2c
--- /dev/null
@@ -0,0 +1,14 @@
+<?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
+ ** or not.
+ **/
+
+header("Location:../index.php");
+
+/** pretty impressive huh? **/
+?>
diff --git a/src/index.php b/src/index.php
new file mode 100644 (file)
index 0000000..1a4ae44
--- /dev/null
@@ -0,0 +1,14 @@
+<?php
+/**
+ ** index.php
+ **
+ ** This file simply takes any attempt to view index of 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.
+ **/
+
+header("Location:../index.php");
+
+/** pretty impressive huh? **/
+?>
diff --git a/themes/index.php b/themes/index.php
new file mode 100644 (file)
index 0000000..9d9ed2c
--- /dev/null
@@ -0,0 +1,14 @@
+<?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
+ ** or not.
+ **/
+
+header("Location:../index.php");
+
+/** pretty impressive huh? **/
+?>