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