mirror of
https://github.com/tznb1/TwoNav.git
synced 2025-08-10 08:51:49 +00:00
11 lines
206 B
PHP
11 lines
206 B
PHP
<?php
|
|
|
|
//POST提交留言
|
|
if($_SERVER['REQUEST_METHOD'] === 'POST'){
|
|
msg(-1,'免费版不支持此功能');
|
|
}
|
|
|
|
//通用数据初始化
|
|
require DIR."/system/templates.php";
|
|
require $index_path;
|
|
exit; |