diff options
| author | lsces <lester@lsces.co.uk> | 2014-05-31 23:28:29 +0100 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2014-05-31 23:28:29 +0100 |
| commit | 7f5ca0aa69263301601f0f4cf6276d62fca7a37c (patch) | |
| tree | d71fc1c4e3948544a36c5ffd6ec4e96680cf258d /templates | |
| parent | d1f2ebc97f4dcbfbf4e7009671c0f2a214b05f18 (diff) | |
| download | install-7f5ca0aa69263301601f0f4cf6276d62fca7a37c.tar.gz install-7f5ca0aa69263301601f0f4cf6276d62fca7a37c.tar.bz2 install-7f5ca0aa69263301601f0f4cf6276d62fca7a37c.zip | |
Extra protection on direct access to folder
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/index.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/index.php b/templates/index.php new file mode 100644 index 0000000..3e305fe --- /dev/null +++ b/templates/index.php @@ -0,0 +1,6 @@ +<?php + + // This is not a package. + header ("location: ../index.php"); + +?>
\ No newline at end of file |
