* finish task #7264.

This commit is contained in:
z
2020-06-17 10:48:37 +08:00
parent b825260642
commit d8ce393afa
+1 -1
View File
@@ -703,7 +703,7 @@ class user extends control
}
else
{
$response['locate'] = $this->config->default->module;
$response['locate'] = $this->config->webRoot;
$this->send($response);
}
}