summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorlaetzer <laetzer@users.sourceforge.net>2008-08-29 02:15:22 +0000
committerlaetzer <laetzer@users.sourceforge.net>2008-08-29 02:15:22 +0000
commit7e8a42cd5c533d95ea76d285ca957b55cf9440e3 (patch)
tree2e01caa999f616bf235b49c5b183fabd26f504c7 /index.php
parent01fb51226466c482cd8b3764bddc00200f7b57b5 (diff)
downloadthemes-7e8a42cd5c533d95ea76d285ca957b55cf9440e3.tar.gz
themes-7e8a42cd5c533d95ea76d285ca957b55cf9440e3.tar.bz2
themes-7e8a42cd5c533d95ea76d285ca957b55cf9440e3.zip
'not a package' redirect to complicate dir listing
Diffstat (limited to 'index.php')
-rw-r--r--index.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/index.php b/index.php
new file mode 100644
index 0000000..3e305fe
--- /dev/null
+++ b/index.php
@@ -0,0 +1,6 @@
+<?php
+
+ // This is not a package.
+ header ("location: ../index.php");
+
+?> \ No newline at end of file