2 lines
47 B
PHP
2 lines
47 B
PHP
<?php header('Location: dashboard.php'); exit;
|
<?php header('Location: dashboard.php'); exit;
|