php-integration #21

Closed
fred.boniface wants to merge 146 commits from php-integration into main
1 changed files with 2 additions and 1 deletions
Showing only changes of commit 80a52123d8 - Show all commits

View File

@ -1,3 +1,4 @@
<?php
phpinfo();
$fileContent = file_get_contents('/srv/php-keys/test');
echo $fileContent;
?>