5 lines
92 B
PHP
5 lines
92 B
PHP
|
<?php
|
||
|
// Simple hack to avoid directory listing...
|
||
|
header("Location: ../index.php");
|
||
|
?>
|