temp commit

master
micoya 2026-01-26 17:21:42 +08:00
commit 87f89134af
2 changed files with 10 additions and 0 deletions

6
src/index.php Normal file
View File

@ -0,0 +1,6 @@
<?php
echo "<h1>Welcome to Kamping Template Boot PHP</h1>";
echo "<p>点击访问<a href=\"ls.php\">ls.php</a>查看PHP Info信息</p>";

4
src/ls.php Normal file
View File

@ -0,0 +1,4 @@
<?php
phpinfo();