This repository has been archived on 2023-08-24. You can view files and clone it, but cannot push or open issues or pull requests.
athena.fb-infra.uk/test.php

5 lines
88 B
PHP
Raw Normal View History

2022-09-16 19:17:25 +01:00
<?php
2022-09-17 20:32:55 +01:00
$fileContent = file_get_contents('/srv/php-keys/test');
echo $fileContent;
2022-09-16 19:17:25 +01:00
?>