mirror of
https://gitee.com/ledc/IYUUAutoReseed
synced 2025-05-23 10:05:23 +00:00
代码格式化
This commit is contained in:
parent
9445547378
commit
60430f6550
@ -746,7 +746,8 @@ class AutoReseed
|
||||
/**
|
||||
* 备份功能
|
||||
*/
|
||||
private static function backup($key = '',$array = []){
|
||||
private static function backup($key = '', $array = [])
|
||||
{
|
||||
$json = json_encode($array, JSON_UNESCAPED_UNICODE);
|
||||
$myfile = ROOT_PATH.DS.'config'.DS.$key.'.json';
|
||||
$file_pointer = @fopen($myfile, "w");
|
||||
|
Loading…
x
Reference in New Issue
Block a user