Skip to content
Snippets Groups Projects
Commit 855cf2aa authored by Till Brehm's avatar Till Brehm
Browse files

Fixed Issue #3950 Default missing Default ? in php version

parent ebbc3f1a
No related branches found
No related tags found
No related merge requests found
...@@ -432,8 +432,8 @@ ...@@ -432,8 +432,8 @@
function reloadFastcgiPHPVersions(noFormChange) { function reloadFastcgiPHPVersions(noFormChange) {
jQuery.getJSON('sites/ajax_get_json.php'+ '?' + Math.round(new Date().getTime()), {server_id : serverId, php_type : jQuery('#php').val(), type : "getphpfastcgi", client_group_id : clientGroupId}, function(data) { jQuery.getJSON('sites/ajax_get_json.php'+ '?' + Math.round(new Date().getTime()), {server_id : serverId, php_type : jQuery('#php').val(), type : "getphpfastcgi", client_group_id : clientGroupId}, function(data) {
//var options = '<option value="">Default</option>'; var options = '<option value="">Default</option>';
var options = ''; //var options = '';
var phpfastcgiselected = ''; var phpfastcgiselected = '';
$.each(data, function(key, val) { $.each(data, function(key, val) {
<tmpl_if name="id"> <tmpl_if name="id">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment