semicolon because php

This commit is contained in:
diginc
2016-07-18 21:38:48 -05:00
parent b6e177de6c
commit f460607bde

View File

@@ -1,7 +1,7 @@
<?php
$ERRORLOG = getenv('PHP_ERROR_LOG');
if (empty($ERRORLOG)) {
$ERRORLOG = '/var/log/lighttpd/error.log'
$ERRORLOG = '/var/log/lighttpd/error.log';
}
function pi_log($message) {