Skip to content

Instantly share code, notes, and snippets.

View waltertschwe's full-sized avatar

Walter Schweitzer waltertschwe

View GitHub Profile
<?php
try {
$logFile = fopen("/WWW/nginx/godaddy/log-file.log", 'rb');
} catch( Exception $e ) {
error_log("File could not be opened. Exiting.", $e);
exit();
}