mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-14 12:44:06 +02:00
Allowing old style URLs
git-svn-id: file:///svn/phpbb/trunk@1778 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -32,6 +32,11 @@ if(isset($HTTP_GET_VARS[POST_TOPIC_URL]))
|
||||
{
|
||||
$topic_id = intval($HTTP_GET_VARS[POST_TOPIC_URL]);
|
||||
}
|
||||
else if(isset($HTTP_GET_VARS['topic']))
|
||||
{
|
||||
$topic_id = intval($HTTP_GET_VARS['topic']);
|
||||
}
|
||||
|
||||
if(isset($HTTP_GET_VARS[POST_POST_URL]))
|
||||
{
|
||||
$post_id = intval($HTTP_GET_VARS[POST_POST_URL]);
|
||||
|
Reference in New Issue
Block a user