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