fix some bug and add HTTP image upload

This commit is contained in:
whale
2020-04-17 16:51:33 +08:00
parent 1d2aaf3c99
commit 87e637f759
3 changed files with 176 additions and 1 deletions

View File

@@ -99,7 +99,7 @@ class ZMBuf
}
static function config($config_name) {
return self::$config ?? null;
return self::$config[$config_name] ?? null;
}
public static function resetCache() {