* [task#147913,doing,2.5h] Transfer buried points to Misc module, SN cache uses cookies.

This commit is contained in:
zhangjialiang
2025-08-14 17:00:20 +08:00
parent 8ab5b1684d
commit d2b4d667a0
15 changed files with 99 additions and 106 deletions
+4
View File
@@ -388,6 +388,10 @@ class install extends control
$this->install->enableCache();
/* 保存sn到数据库。*/
/* Save SN to database. */
$this->loadModel('setting')->setSN();
return $this->send(array('result' => 'success', 'load' => inlink('step6')));
}