3 lines
49 B
PHP
3 lines
49 B
PHP
<?php
|
|
header('Location: /dashboard.php');
|
|
exit; |
<?php
|
|
header('Location: /dashboard.php');
|
|
exit; |