php-integration #21

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

View File

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