From 2b874ff183faf9ca1295ab64d327b69eb7b414b7 Mon Sep 17 00:00:00 2001 From: Roman Kelesidis Date: Sun, 4 Aug 2024 22:48:01 +0700 Subject: [PATCH] Update common.php --- common.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.php b/common.php index 0a105fbe6..dfc54f43d 100644 --- a/common.php +++ b/common.php @@ -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);