- Rollback code.

This commit is contained in:
dingguodong
2023-09-13 14:51:48 +08:00
parent c7efd4467f
commit 9ee57254a0
-1
View File
@@ -1213,7 +1213,6 @@ class baseControl
*/
public function locate(string $url)
{
if(empty($url)) $url = $this->config->webRoot;
helper::header('location', $url);
helper::end();
}