diff options
Diffstat (limited to 'config/index.php')
| -rwxr-xr-x | config/index.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/index.php b/config/index.php new file mode 100755 index 0000000..f818d04 --- /dev/null +++ b/config/index.php @@ -0,0 +1,4 @@ +<?php + + // This is not a content package. + header ("location: ../index.php");
\ No newline at end of file |
