v3.0细节优化
parent
81f506a7ce
commit
6034f725f4
|
|
@ -420,6 +420,9 @@ php;
|
|||
return DataReturn('sql运行失败['.$failure.']条', -1);
|
||||
}
|
||||
|
||||
// 更新加密串
|
||||
$db->execute('UPDATE `'.$params['DB_PREFIX'].'config` SET `value`="'.md5(time().rand(100, 99999)).'" WHERE `only_tag`="common_data_encryption_secret"');
|
||||
|
||||
return DataReturn('success', 0, $result);
|
||||
}
|
||||
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Binary file not shown.
|
Before Width: | Height: | Size: 113 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 68 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 36 KiB |
Loading…
Reference in New Issue