mirror of
https://github.com/tznb1/TwoNav.git
synced 2025-08-10 08:51:49 +00:00
9 lines
109 B
PHP
9 lines
109 B
PHP
<?php
|
|
if(!is_subscribe('bool')){exit;}
|
|
|
|
//设置协议头
|
|
header('Content-Type: application/xml');
|
|
exit;
|
|
|
|
?>
|