* finish task #7066.

This commit is contained in:
wangyidong
2020-05-09 08:23:34 +08:00
parent 12718939a0
commit 2a0b9d3f43
3 changed files with 72 additions and 70 deletions
+1 -1
View File
@@ -780,7 +780,7 @@ class user extends control
}
else
{
$response['locate'] = $this->config->default->module;
$response['locate'] = $this->config->webRoot;
$this->send($response);
}
}