interface/web/sites/templates/web_domain_edit.htm
@@ -205,6 +205,7 @@ jQuery('#php option[value="mod"]').show(); jQuery('#php option[value="suphp"]').show(); } jQuery('#php').change(); }); } @@ -225,7 +226,7 @@ } options += '<option value="'+key+'"'+phpfastcgiselected+'>'+val+'</option>'; }); $('#fastcgi_php_version').html(options); $('#fastcgi_php_version').html(options).change(); }); }