mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +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
|
||||
//
|
||||
$new['site_desc'] = htmlspecialchars($new['site_desc']);
|
||||
$new['sitename'] = htmlspecialchars($new['sitename']);
|
||||
$template->assign_vars(array(
|
||||
"S_CONFIG_ACTION" => append_sid("admin_board.$phpEx"),
|
||||
|
||||
|
Reference in New Issue
Block a user