初始化仓库及v1.0.0提交
This commit is contained in:
5
public/chat.php
Normal file
5
public/chat.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
// 聊天页面需要认证检查(但使用前端 JS 检查 token)
|
||||
require_once __DIR__ . '/../app/Views/layout/header.php';
|
||||
require_once __DIR__ . '/../app/Views/chat.php';
|
||||
require_once __DIR__ . '/../app/Views/layout/footer.php';
|
||||
Reference in New Issue
Block a user