Merge pull request #175 from marc1706/fix/redirect_link
[fix/redirect_link] Correctly redirect to app.php/portal for now
This commit is contained in:
@@ -135,7 +135,7 @@ class portal_user_menu_module
|
|||||||
{
|
{
|
||||||
// Assign specific vars
|
// Assign specific vars
|
||||||
$template->assign_vars(array(
|
$template->assign_vars(array(
|
||||||
'U_PORTAL' => append_sid("{$phpbb_root_path}portal.$phpEx"),
|
'U_PORTAL' => append_sid("{$phpbb_root_path}app.$phpEx/portal"),
|
||||||
'S_DISPLAY_FULL_LOGIN' => true,
|
'S_DISPLAY_FULL_LOGIN' => true,
|
||||||
'S_AUTOLOGIN_ENABLED' => ($config['allow_autologin']) ? true : false,
|
'S_AUTOLOGIN_ENABLED' => ($config['allow_autologin']) ? true : false,
|
||||||
'S_LOGIN_ACTION' => append_sid("{$phpbb_root_path}ucp.$phpEx", 'mode=login'),
|
'S_LOGIN_ACTION' => append_sid("{$phpbb_root_path}ucp.$phpEx", 'mode=login'),
|
||||||
|
|||||||
Reference in New Issue
Block a user