mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-23 06:35:45 -07:00
Update index.php
This commit is contained in:
parent
e974d3a46b
commit
4e4ae256ba
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ if ($bb_cfg['show_network_news']) {
|
||||||
$user->session_start();
|
$user->session_start();
|
||||||
|
|
||||||
// Init main vars
|
// 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'];
|
$lastvisit = IS_GUEST ? TIMENOW : $userdata['user_lastvisit'];
|
||||||
|
|
||||||
// Caching output
|
// Caching output
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue