mirror of
https://github.com/netcccyun/dnsmgr.git
synced 2026-02-28 18:47:23 +08:00
update version
This commit is contained in:
parent
780e01ce4f
commit
0813f2cdca
@ -1147,7 +1147,8 @@ class Domain extends BaseController
|
||||
}
|
||||
|
||||
$dns = DnsHelper::getModel($drow['aid'], $drow['name'], $drow['thirdid']);
|
||||
$domainAliasList = $dns->domainAliasList() ?? [];
|
||||
$domainAliasList = $dns->domainAliasList();
|
||||
if ($domainAliasList === false) $domainAliasList = [];
|
||||
|
||||
$this->updateAliasList($id, $domainAliasList);
|
||||
|
||||
|
||||
@ -5,7 +5,7 @@ CREATE TABLE `dnsmgr_config` (
|
||||
PRIMARY KEY (`key`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
|
||||
|
||||
INSERT INTO `dnsmgr_config` VALUES ('version', '1045');
|
||||
INSERT INTO `dnsmgr_config` VALUES ('version', '1048');
|
||||
INSERT INTO `dnsmgr_config` VALUES ('notice_mail', '0');
|
||||
INSERT INTO `dnsmgr_config` VALUES ('notice_wxtpl', '0');
|
||||
INSERT INTO `dnsmgr_config` VALUES ('mail_smtp', 'smtp.qq.com');
|
||||
|
||||
@ -31,7 +31,7 @@ return [
|
||||
'show_error_msg' => true,
|
||||
'exception_tmpl' => \think\facade\App::getAppPath() . 'view/exception.tpl',
|
||||
|
||||
'version' => '1047',
|
||||
'version' => '1048',
|
||||
|
||||
'dbversion' => '1045'
|
||||
'dbversion' => '1048'
|
||||
];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user