Files
ICEcoder/plugins/index.php
Matt Pass 74355c0d00 Drop .gitkeep, use index.php for redirects
Avoids potentially exposing dir contents
2015-04-27 16:10:43 +01:00

4 lines
40 B
PHP

<?php
header("Location: ../");
die();
?>