mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-09 10:06:46 +01:00
index.php placeholder, also boots user up a dir
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -3,4 +3,5 @@ backups/*.zip
|
||||
lib/config-*
|
||||
plugins/*
|
||||
test/test-file1.txt
|
||||
tmp/*
|
||||
tmp/*
|
||||
!tmp/index.php
|
||||
4
tmp/index.php
Normal file
4
tmp/index.php
Normal file
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
header("Location: ../");
|
||||
die();
|
||||
?>
|
||||
Reference in New Issue
Block a user