aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/admin/admin_words.php
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2002-07-25 12:47:38 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2002-07-25 12:47:38 +0000
commit04e53a1f7cb04b0e4218f3f4d575af6e64ea9a53 (patch)
tree60c85a27d9c671c2cab80d099636c887e40f0321 /phpBB/admin/admin_words.php
parent70968cb0250437902dbb3423bf2b62df3cab183b (diff)
downloadforums-04e53a1f7cb04b0e4218f3f4d575af6e64ea9a53.tar
forums-04e53a1f7cb04b0e4218f3f4d575af6e64ea9a53.tar.gz
forums-04e53a1f7cb04b0e4218f3f4d575af6e64ea9a53.tar.bz2
forums-04e53a1f7cb04b0e4218f3f4d575af6e64ea9a53.tar.xz
forums-04e53a1f7cb04b0e4218f3f4d575af6e64ea9a53.zip
Various updates + search indexing prelim stuff ... hosts will hate this version!
git-svn-id: file:///svn/phpbb/trunk@2735 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/admin/admin_words.php')
-rw-r--r--phpBB/admin/admin_words.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/admin/admin_words.php b/phpBB/admin/admin_words.php
index db17648178..b71885a464 100644
--- a/phpBB/admin/admin_words.php
+++ b/phpBB/admin/admin_words.php
@@ -27,7 +27,7 @@ if ( !empty($setmodules) )
}
$file = basename(__FILE__);
- $module['General']['Word_Censor'] = "$file";
+ $module['General']['Word_Censor'] = "$file$SID";
return;
}