Test filegetcontents

This commit is contained in:
Fred Boniface 2022-09-17 20:32:55 +01:00
parent 60a875958a
commit 80a52123d8
1 changed files with 2 additions and 1 deletions

View File

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