Few cosmetic improvements (#1284)

This commit is contained in:
Roman Kelesidis 2023-12-29 23:03:02 +07:00 committed by GitHub
commit 8adb0eae3b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 6 additions and 7 deletions

View file

@ -10,12 +10,12 @@
if (!defined('BB_ROOT')) {
die(basename(__FILE__));
}
if (defined('PAGE_HEADER_SENT')) {
return;
}
// Parse and show the overall page header
global $page_cfg, $userdata, $user, $ads, $bb_cfg, $template, $lang, $images;
$logged_in = (int)!empty($userdata['session_logged_in']);