mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-29 06:38:52 +00:00
Now allow for GET based session - additions
git-svn-id: file:///svn/phpbb/trunk@259 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
4e056b99a9
commit
d211e09459
1 changed files with 3 additions and 4 deletions
|
@ -162,9 +162,6 @@ $template->assign_vars(array(
|
|||
"U_LOGIN_LOGOUT" => append_sid($u_login_logout),
|
||||
|
||||
"S_TIMEZONE" => $s_timezone,
|
||||
"S_FORUMS_URL" => POST_FORUM_URL,
|
||||
"S_TOPICS_URL" => POST_TOPIC_URL,
|
||||
"S_USERS_URL" => POST_USERS_URL,
|
||||
"S_LOGIN_ACTION" => append_sid("login.$phpEx"),
|
||||
"S_JUMPBOX_ACTION" => append_sid("viewforum.$phpEx"),
|
||||
"S_PROFILE_ACTION" => append_sid("profile.$phpEx"),
|
||||
|
@ -322,7 +319,9 @@ switch($pagetype)
|
|||
$template->assign_vars(array(
|
||||
"L_POSTNEWIN" => $l_postnewin,
|
||||
"FORUM_ID" => $forum_id,
|
||||
"FORUM_NAME" => $forum_name)
|
||||
"FORUM_NAME" => $forum_name,
|
||||
|
||||
"U_VIEW_FORUM" => append_sid("viewforum.$phpEx?".POST_FORUM_URL."=$forum_id"))
|
||||
);
|
||||
$template->pparse("header");
|
||||
break;
|
||||
|
|
Loading…
Add table
Reference in a new issue