From 3dc26528b456558a8855962ee3ef75a06a59eaa8 Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Fri, 23 Jan 2015 08:18:52 +0000 Subject: [PATCH] index.php placeholder, also boots user up a dir --- .gitignore | 3 ++- tmp/index.php | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 tmp/index.php diff --git a/.gitignore b/.gitignore index 00d6bf0..d3856e9 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ backups/*.zip lib/config-* plugins/* test/test-file1.txt -tmp/* \ No newline at end of file +tmp/* +!tmp/index.php \ No newline at end of file diff --git a/tmp/index.php b/tmp/index.php new file mode 100644 index 0000000..47543f9 --- /dev/null +++ b/tmp/index.php @@ -0,0 +1,4 @@ + \ No newline at end of file