PHP 前后端一体:首页咨询师列表、预约表单、管理后台、二维码准入与邮件通知;敏感配置与提交数据通过 .gitignore 排除。 Co-authored-by: Cursor <cursoragent@cursor.com>
11 lines
268 B
HTML
11 lines
268 B
HTML
<!DOCTYPE html>
|
|
<html lang="zh-CN">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="refresh" content="0;url=debug.php">
|
|
<script>location.replace("debug.php" + location.search + location.hash);</script>
|
|
<title>跳转中…</title>
|
|
</head>
|
|
<body></body>
|
|
</html>
|