Files
AI-Chat/public/chat.php

6 lines
242 B
PHP
Raw Permalink 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
// 聊天页面需要认证检查(但使用前端 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';