Skip to content

Commit 70e865b

Browse files
author
Till Brehm
committed
Missed one file in last commit.
1 parent 0e6d052 commit 70e865b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/web/sites/ajax_get_json.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
} elseif($php_type == 'fast-cgi'){
9898
$php_records = $app->db->queryAllRecords("SELECT * FROM server_php WHERE php_fastcgi_binary != '' AND php_fastcgi_ini_dir != '' AND server_id = ? AND active = 'y'".$sql_where, $server_id);
9999
}
100-
$php_records[]=array('name' => $web_config['php_default_name']);
100+
$php_records[]=array('name' => $app->functions->htmlentities($web_config['php_default_name']));
101101
uasort($php_records, 'sort_php');
102102
$php_select = "";
103103
if(is_array($php_records) && !empty($php_records)) {

0 commit comments

Comments
 (0)