* Move exit to return.

This commit is contained in:
zhujinyong
2022-02-22 14:25:14 +08:00
parent 2b7820d317
commit 49af622fd8
8 changed files with 9 additions and 15 deletions
+1 -1
View File
@@ -359,7 +359,7 @@ class commonModel extends model
{
echo js::locate($denyLink);
}
exit;
helper::end();
}
/**