Files
chuanqi-qycq-web/login.php
艾贤凌 1405bfdd86 clear php
2026-03-16 13:10:18 +08:00

11 lines
233 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
/**
* ⚠️ 此文件已停用
*
* 登录页已迁移至 Vue 前端module/web/src/views/login.vue
* 迁移完成时间2026-03-16
* 归档备份位置_php_archive/login.php
*/
header('Location: /');
exit;