yaptc/includes/index.php

5 lines
92 B
PHP
Raw Normal View History

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