mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Missed a couple of $phpEx extensions of some redirects
git-svn-id: file:///svn/phpbb/trunk@2348 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
af033db88d
commit
f5b7f269d2
1 changed files with 2 additions and 2 deletions
|
@ -178,7 +178,7 @@ if ( isset($HTTP_POST_VARS['submit']) && ( ( $mode == "user" && $user_id ) || (
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
header("Location: " . append_sid("admin_ug_auth?" . POST_USERS_URL . "=$user_id", true));
|
header("Location: " . append_sid("admin_ug_auth.$phpEx?" . POST_USERS_URL . "=$user_id", true));
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
else if ( $mode == "user" && $HTTP_POST_VARS['userlevel'] == "admin" && $user_level != ADMIN )
|
else if ( $mode == "user" && $HTTP_POST_VARS['userlevel'] == "admin" && $user_level != ADMIN )
|
||||||
|
@ -217,7 +217,7 @@ if ( isset($HTTP_POST_VARS['submit']) && ( ( $mode == "user" && $user_id ) || (
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
header("Location: " . append_sid("admin_ug_auth?" . POST_USERS_URL . "=$user_id", true));
|
header("Location: " . append_sid("admin_ug_auth.$phpEx?" . POST_USERS_URL . "=$user_id", true));
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Reference in a new issue