Panel/modules/ftp/temp/index.php
2025-09-11 13:29:15 -04:00

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");
?>