mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
Minor improvements (#1570)
* Minor improvements * Update index_data.php * Updated * Updated * Update CHANGELOG.md * Update common.php * Updated * Revert "Updated" This reverts commitf5227b4083
. * Revert "Updated" This reverts commit911ac4ac29
. * Revert "Updated" This reverts commit3e19c1a973
. * Update CHANGELOG.md
This commit is contained in:
parent
360b66baca
commit
c25a6f1dde
4 changed files with 15 additions and 16 deletions
|
@ -172,7 +172,7 @@ function utime()
|
|||
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)) {
|
||||
$msg = implode(LOG_LF, $msg);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue