diff options
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -337,7 +337,7 @@ function checkUpdate() | |||
337 | function logm($message) | 337 | function logm($message) |
338 | { | 338 | { |
339 | $t = strval(date('Y/m/d_H:i:s')).' - '.$_SERVER["REMOTE_ADDR"].' - '.strval($message)."\n"; | 339 | $t = strval(date('Y/m/d_H:i:s')).' - '.$_SERVER["REMOTE_ADDR"].' - '.strval($message)."\n"; |
340 | file_put_contents($GLOBAL['config']['LOG_FILE'], $t, FILE_APPEND); | 340 | file_put_contents($GLOBALS['config']['LOG_FILE'], $t, FILE_APPEND); |
341 | } | 341 | } |
342 | 342 | ||
343 | // In a string, converts URLs to clickable links. | 343 | // In a string, converts URLs to clickable links. |