* zin: update zin lib.

This commit is contained in:
sunhao
2023-08-29 16:42:22 +08:00
parent f9a5edc520
commit dfb442f8c1
97 changed files with 2158 additions and 841 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ $logs = array();
function log($type, $msg = null, $file)
{
global $config;
global $config, $logs;
if(!$config->debug) return;