提交 6034f725 编写于 作者: G gongfuxiang

v3.0细节优化

上级 81f506a7
......@@ -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);
}
......
因为 它太大了无法显示 source diff 。你可以改为 查看blob
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册