<?php
require_once __DIR__ . '/inc/auth.php';
header('Location: /frame.php?m=dashboard');
exit;
