diff options
Diffstat (limited to 'it.class')
-rw-r--r-- | it.class | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -240,7 +240,7 @@ static function error($p = array(), $body = null, $to = null) # $body and $to de } if ($_SERVER['REMOTE_ADDR']) - error_log("it::error: " . $p['title']); + error_log("it::error: " . $p['title'] . " Url: $url"); if (($fh = fopen("/tmp/alertdata/alert.log", "a"))) { |