mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 10:37:30 -07:00
Few cosmetic improvements (#1284)
This commit is contained in:
parent
c70efeec1b
commit
8adb0eae3b
7 changed files with 6 additions and 7 deletions
|
@ -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']);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue