6 lines
No EOL
117 B
PHP
6 lines
No EOL
117 B
PHP
<?php
|
|
|
|
// Redirect people who try to view this folder to the main index.php page
|
|
header("Location:../index.php");
|
|
|
|
?>
|