Re-add phpinfo

This commit is contained in:
Fred Boniface 2022-09-17 21:16:15 +01:00
parent c0e1b256bd
commit cfeb196289
1 changed files with 1 additions and 2 deletions

View File

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