aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorthe_systech <the_systech@users.sourceforge.net>2002-02-14 20:16:52 +0000
committerthe_systech <the_systech@users.sourceforge.net>2002-02-14 20:16:52 +0000
commit187448e42994925a15ac3d5d463f46eae5672d32 (patch)
tree15f2a908c4afbd62a17f0406ec066ae11233bcc5 /phpBB
parentaacc3e964d27f50e3335384b095b61168f929c60 (diff)
downloadforums-187448e42994925a15ac3d5d463f46eae5672d32.tar
forums-187448e42994925a15ac3d5d463f46eae5672d32.tar.gz
forums-187448e42994925a15ac3d5d463f46eae5672d32.tar.bz2
forums-187448e42994925a15ac3d5d463f46eae5672d32.tar.xz
forums-187448e42994925a15ac3d5d463f46eae5672d32.zip
D@$!it make sure you fix quotes in site name too you idiot...
git-svn-id: file:///svn/phpbb/trunk@2148 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/admin/admin_board.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/admin/admin_board.php b/phpBB/admin/admin_board.php
index 5e1027a9df..a48c8924d0 100644
--- a/phpBB/admin/admin_board.php
+++ b/phpBB/admin/admin_board.php
@@ -127,6 +127,7 @@ $template->set_filenames(array(
// box on the admin page
//
$new['site_desc'] = htmlspecialchars($new['site_desc']);
+$new['sitename'] = htmlspecialchars($new['sitename']);
$template->assign_vars(array(
"S_CONFIG_ACTION" => append_sid("admin_board.$phpEx"),