* Add a new function named execDMSQL.
This commit is contained in:
@@ -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()));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user