From 187448e42994925a15ac3d5d463f46eae5672d32 Mon Sep 17 00:00:00 2001 From: the_systech Date: Thu, 14 Feb 2002 20:16:52 +0000 Subject: 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 --- phpBB/admin/admin_board.php | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB') 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"), -- cgit v1.2.1