mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 22:03:49 -07:00
Update common.php
This commit is contained in:
parent
34b57f9dd5
commit
2b874ff183
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ function utime()
|
||||||
return array_sum(explode(' ', microtime()));
|
return array_sum(explode(' ', microtime()));
|
||||||
}
|
}
|
||||||
|
|
||||||
function bb_log($msg, $file_name = 'logs.log', $return_path = false)
|
function bb_log($msg, $file_name = 'logs', $return_path = false)
|
||||||
{
|
{
|
||||||
if (is_array($msg)) {
|
if (is_array($msg)) {
|
||||||
$msg = implode(LOG_LF, $msg);
|
$msg = implode(LOG_LF, $msg);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue