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
Executable File

<?php
$fileContent = file_get_contents('/srv/php-keys/test');
echo $fileContent;
?>