Ai_GirlFriend/xunifriend_RaeeC/public/test.php

6 lines
110 B
PHP
Raw Normal View History

2026-02-01 10:03:21 +08:00
<?php
2026-03-02 18:57:11 +08:00
echo "PHP 服务正常运行!";
echo "<br>";
echo "当前时间:" . date('Y-m-d H:i:s');
2026-02-01 10:03:21 +08:00
phpinfo();