5 lines
88 B
PHP
Executable File
5 lines
88 B
PHP
Executable File
<?php
|
|
$fileContent = file_get_contents('/srv/php-keys/test');
|
|
echo $fileContent;
|
|
?>
|