5 lines
112 B
PHP
5 lines
112 B
PHP
|
<?php
|
||
|
# You should secure your PLA by making the htdocs/ your docroot.
|
||
|
header('Location: htdocs/index.php');
|
||
|
?>
|