mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 10:37:30 -07:00
Increased USEREMAIL_MAX_LENGTH
(#1566)
* Minor improvements * Update CHANGELOG.md
This commit is contained in:
parent
31c901fabd
commit
c215d8fb31
4 changed files with 3 additions and 6 deletions
|
@ -172,7 +172,7 @@ function utime()
|
|||
return array_sum(explode(' ', microtime()));
|
||||
}
|
||||
|
||||
function bb_log($msg, $file_name, $return_path = false)
|
||||
function bb_log($msg, $file_name = 'logs.log', $return_path = false)
|
||||
{
|
||||
if (is_array($msg)) {
|
||||
$msg = implode(LOG_LF, $msg);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue