mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
Changes related to session code updates
git-svn-id: file:///svn/phpbb/trunk@122 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -41,7 +41,7 @@ switch($pagetype)
|
||||
}
|
||||
|
||||
// Show the overall footer.
|
||||
if($user_logged_in)
|
||||
if($userdata['session_logged_in'])
|
||||
{
|
||||
$admin_link = "<a href=\"admin/index.php\">Administration Panel</a>";
|
||||
}
|
||||
|
Reference in New Issue
Block a user