6 lines
84 B
PHP
6 lines
84 B
PHP
<?php
|
|
require_once 'includes/auth.php';
|
|
|
|
header('Location: dashboard.php');
|
|
exit();
|