mirror of
https://github.com/pi-hole/web.git
synced 2026-04-27 12:15:00 +01:00
semicolon because php
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user