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
This commit is contained in:
the_systech 2002-02-14 20:16:52 +00:00
parent aacc3e964d
commit 187448e429

View file

@ -127,6 +127,7 @@ $template->set_filenames(array(
// box on the admin page // box on the admin page
// //
$new['site_desc'] = htmlspecialchars($new['site_desc']); $new['site_desc'] = htmlspecialchars($new['site_desc']);
$new['sitename'] = htmlspecialchars($new['sitename']);
$template->assign_vars(array( $template->assign_vars(array(
"S_CONFIG_ACTION" => append_sid("admin_board.$phpEx"), "S_CONFIG_ACTION" => append_sid("admin_board.$phpEx"),