Minor improvements (#1408)

* Minor improvements

* Update Dev.php

* Update IsHelper.php

* Update CHANGELOG.md
This commit is contained in:
Roman Kelesidis 2024-02-20 00:04:47 +07:00 committed by GitHub
commit f7ee6d8a57
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 33 additions and 30 deletions

View file

@ -25,7 +25,7 @@ if (!empty($template)) {
$template->pparse('page_footer');
}
$show_dbg_info = (!IS_GUEST && APP_DEBUG && !(isset($_GET['pane']) && $_GET['pane'] == 'left'));
$show_dbg_info = (APP_DEBUG && !(isset($_GET['pane']) && $_GET['pane'] == 'left'));
if (!$bb_cfg['gzip_compress']) {
flush();