mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
Minor improvements (#1550)
* Minor improvements * Update CHANGELOG.md * Update register.php
This commit is contained in:
parent
a14013d857
commit
6a4dd64874
3 changed files with 5 additions and 2 deletions
|
@ -20,6 +20,8 @@ $page_cfg['use_tablesorter'] = true;
|
|||
$page_cfg['include_bbcode_js'] = true;
|
||||
|
||||
$tracking_topics = get_tracks('topic');
|
||||
$tracking_forums = get_tracks('forum');
|
||||
|
||||
$user_id = $userdata['user_id'];
|
||||
if (isset($_GET[POST_USERS_URL])) {
|
||||
if (get_username($_GET[POST_USERS_URL])) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue