aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/message_parser.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-10-02 18:29:05 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-10-02 18:29:05 +0000
commit87e2e62c34da983258944db361d9a9b9785737e6 (patch)
tree8492cd4e7af7af580133d0b7f1a0c5d0eae744d2 /phpBB/includes/message_parser.php
parent9e3ae3237cb96cf8451516d1b0362437aa27ff6c (diff)
downloadforums-87e2e62c34da983258944db361d9a9b9785737e6.tar
forums-87e2e62c34da983258944db361d9a9b9785737e6.tar.gz
forums-87e2e62c34da983258944db361d9a9b9785737e6.tar.bz2
forums-87e2e62c34da983258944db361d9a9b9785737e6.tar.xz
forums-87e2e62c34da983258944db361d9a9b9785737e6.zip
#i8
git-svn-id: file:///svn/phpbb/trunk@8119 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/message_parser.php')
-rw-r--r--phpBB/includes/message_parser.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/message_parser.php b/phpBB/includes/message_parser.php
index d2e54e1404..6a066fcd9f 100644
--- a/phpBB/includes/message_parser.php
+++ b/phpBB/includes/message_parser.php
@@ -967,7 +967,7 @@ class bbcode_firstpass extends bbcode
if ($pos_domain !== false && $pos_path >= $pos_domain && $pos_ext >= $pos_path)
{
// Ok, actually we allow linking to some files (this may be able to be extended in some way later...)
- if (strpos($url, '/' . $check_path . '/download.' . $phpEx) !== 0)
+ if (strpos($url, '/' . $check_path . '/download/file.' . $phpEx) !== 0)
{
return false;
}