4 lines
86 B
PHP
4 lines
86 B
PHP
![]() |
<?php
|
||
|
// 用于检测功能;
|
||
|
if(isset($_GET['sitemap/urlType'])){echo '[ok]';exit;}
|
||
|
?>
|