<?php readfile("/etc/issue")?>
<?php $contents = file_get_contents("/etc/issue"); $contents = trim($contents,"\n"); echo nl2br($contents);?>