mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
Merge teach viewonline about download/file
git-svn-id: file:///svn/phpbb/trunk@8717 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -305,7 +305,7 @@ while ($row = $db->sql_fetchrow($result))
|
|||||||
$location_url = append_sid('index');
|
$location_url = append_sid('index');
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 'download':
|
case 'download/file':
|
||||||
$location = $user->lang['DOWNLOADING_FILE'];
|
$location = $user->lang['DOWNLOADING_FILE'];
|
||||||
$location_url = append_sid('index');
|
$location_url = append_sid('index');
|
||||||
break;
|
break;
|
||||||
|
Reference in New Issue
Block a user