Update common.php

This commit is contained in:
Roman Kelesidis 2024-08-04 23:43:10 +07:00
parent 843b0cd93b
commit 5c871be2f3

View File

@ -237,7 +237,7 @@ function utime ()
return array_sum(explode(' ', microtime()));
}
function bb_log ($msg, $file_name)
function bb_log ($msg, $file_name = 'logs')
{
if (is_array($msg))
{