parent
986afb752b
commit
657f0e25ba
1 changed files with 1 additions and 1 deletions
|
@ -337,7 +337,7 @@ function checkUpdate()
|
||||||
function logm($message)
|
function logm($message)
|
||||||
{
|
{
|
||||||
$t = strval(date('Y/m/d_H:i:s')).' - '.$_SERVER["REMOTE_ADDR"].' - '.strval($message)."\n";
|
$t = strval(date('Y/m/d_H:i:s')).' - '.$_SERVER["REMOTE_ADDR"].' - '.strval($message)."\n";
|
||||||
file_put_contents($GLOBAL['config']['LOG_FILE'], $t, FILE_APPEND);
|
file_put_contents($GLOBALS['config']['LOG_FILE'], $t, FILE_APPEND);
|
||||||
}
|
}
|
||||||
|
|
||||||
// In a string, converts URLs to clickable links.
|
// In a string, converts URLs to clickable links.
|
||||||
|
|
Loading…
Reference in a new issue