10 lines
106 B
PHP
10 lines
106 B
PHP
<?php
|
|
|
|
/**
|
|
* 访问检测
|
|
*/
|
|
|
|
header('Content-Type: text/html; charset=utf-8');
|
|
|
|
|
|
echo 'phpcmf ok';exit; |