4 lines
63 B
PHP
4 lines
63 B
PHP
<?php
|
|
header('Location: /admin/profile.php', true, 301);
|
|
exit;
|
<?php
|
|
header('Location: /admin/profile.php', true, 301);
|
|
exit;
|