mirror of
https://github.com/tznb1/TwoNav.git
synced 2025-08-10 08:51:49 +00:00
7 lines
154 B
PHP
7 lines
154 B
PHP
<?php
|
|
if($_SERVER['REQUEST_METHOD'] === 'GET'){
|
|
exit('当前为免费版,不支持此功能');
|
|
}
|
|
msg(-1,'当前为免费版,不支持此功能');
|
|
?>
|