<?php

declare(strict_types=1);

// 默认跳转到后台
header('Location: /admin/login.php');
exit;

