Drop .gitkeep, use index.php for redirects

Avoids potentially exposing dir contents
This commit is contained in:
Matt Pass
2015-04-27 16:10:43 +01:00
parent 208897b040
commit 74355c0d00
5 changed files with 8 additions and 0 deletions

View File

4
backups/index.php Normal file
View File

@@ -0,0 +1,4 @@
<?php
header("Location: ../");
die();
?>

View File

4
plugins/index.php Normal file
View File

@@ -0,0 +1,4 @@
<?php
header("Location: ../");
die();
?>

View File