1 2 3 4 5 6 7 8 9 10
<?php $log_file = trim(file_get_contents(getenv("LOG_FILE"))); if($log_file == "") echo "PASS"; else echo "FAIL"; ?>