yaptc/lib/index.php

5 lines
92 B
PHP

<?php
// Simple hack to avoid directory listing...
header("Location: ../index.php");
?>