mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 14:57:37 +02: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:
@@ -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"),
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user