diff options
| author | lsces <lester@lsces.co.uk> | 2025-09-05 20:52:50 +0100 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2025-09-05 20:52:50 +0100 |
| commit | 2117f350a0af80a0181250fa562698f455f20c8c (patch) | |
| tree | b3d3ce91a81f4278fca37ba837e4dd56e65824e3 /config | |
| parent | 84d8604422a81a8e8cb5f37450145618f1f2082f (diff) | |
| download | bitweaver-2117f350a0af80a0181250fa562698f455f20c8c.tar.gz bitweaver-2117f350a0af80a0181250fa562698f455f20c8c.tar.bz2 bitweaver-2117f350a0af80a0181250fa562698f455f20c8c.zip | |
Kick sticky fingers out of config folder
Diffstat (limited to 'config')
| -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 |
