Skip to content

Commit 855cf2a

Browse files
author
Till Brehm
committed
Fixed Issue #3950 Default missing Default ? in php version
1 parent ebbc3f1 commit 855cf2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

interface/web/sites/templates/web_vhost_domain_edit.htm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -432,8 +432,8 @@ <h1><tmpl_var name="list_head_txt"></h1>
432432

433433
function reloadFastcgiPHPVersions(noFormChange) {
434434
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) {
435-
//var options = '<option value="">Default</option>';
436-
var options = '';
435+
var options = '<option value="">Default</option>';
436+
//var options = '';
437437
var phpfastcgiselected = '';
438438
$.each(data, function(key, val) {
439439
<tmpl_if name="id">

0 commit comments

Comments
 (0)