4 lines
64 B
PHP
Executable File
4 lines
64 B
PHP
Executable File
<?php
|
|
header('Location: /admin/settings.php', true, 301);
|
|
exit;
|