1
0
Fork 0

Some more "exit" replaced

This commit is contained in:
Michael 2022-04-10 11:03:24 +00:00
commit 989ac2fda8
7 changed files with 13 additions and 22 deletions

View file

@ -254,8 +254,7 @@ function cal_content(App $a)
]);
if (!empty($_GET['id'])) {
echo $o;
exit();
System::httpExit($o);
}
return $o;