simple php page

This commit is contained in:
Vincenzo Cosentino 2023-08-25 16:49:07 +02:00
parent 1f3b59271b
commit 2e3a7abc74
1 changed files with 3 additions and 0 deletions

3
test.php Normal file
View File

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