Redirect from /pages/index.php to /index.php (to prevent users from listing the directory)

SVN:trunk[846]
This commit is contained in:
Romain Quetiez
2010-09-13 12:36:58 +00:00
parent 1d0675ec9e
commit 15293fd250

3
pages/index.php Normal file
View File

@@ -0,0 +1,3 @@
<?php
header('Location: ../index.php');
?>