mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
misc: Minor improvements (#1875)
* misc: Minor improvements * Update activate.php * Update admin_ug_auth.php * Update admin_ug_auth.php * Update register.php * Update index.php * Update admin_ug_auth.php
This commit is contained in:
parent
36ff584e69
commit
41a78ddbcb
5 changed files with 10 additions and 10 deletions
|
@ -46,7 +46,7 @@ if ($bb_cfg['show_network_news']) {
|
|||
$user->session_start();
|
||||
|
||||
// Init main vars
|
||||
$viewcat = isset($_GET['c']) ? (int)$_GET['c'] : 0;
|
||||
$viewcat = isset($_GET[POST_CAT_URL]) ? (int)$_GET[POST_CAT_URL] : 0;
|
||||
$lastvisit = IS_GUEST ? TIMENOW : $userdata['user_lastvisit'];
|
||||
|
||||
// Caching output
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue