* Remove exit function.

This commit is contained in:
liyang
2023-05-09 14:35:11 +08:00
parent 337f85a631
commit fdfddec515
+1 -1
View File
@@ -2821,7 +2821,7 @@ class baseRouter
{
/* Try to repair table. */
header("location: {$this->config->webRoot}checktable.php");
exit;
helper::end();
}
static::triggerError($message, __FILE__, __LINE__, $exit = true);
}