2024-08-31 01:03:37 +08:00

4 lines
86 B
PHP
Executable File

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