Replaced bb_exit() with native (#731)

This commit is contained in:
Roman Kelesidis 2023-05-29 12:13:20 +07:00 committed by GitHub
commit eb94659c61
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 4 additions and 15 deletions

View file

@ -89,4 +89,4 @@ if (defined('REQUESTED_PAGE') && !defined('DISABLE_CACHING_OUTPUT')) {
}
}
bb_exit();
exit();