* Add a new function named execDMSQL.

This commit is contained in:
songchenxuan
2023-06-13 14:33:53 +08:00
parent 30dc1395ee
commit 853ccb4e07
2 changed files with 16 additions and 2 deletions
+2
View File
@@ -239,6 +239,8 @@ class install extends control
{
if(!empty($_POST))
{
if($this->config->db->driver == 'dm') $this->install->execDMSQL();
$this->install->grantPriv();
if(dao::isError()) return print(js::error(dao::getError()));