mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
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:
parent
aacc3e964d
commit
187448e429
1 changed files with 1 additions and 0 deletions
|
@ -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"),
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue