Fixes in scripts
This commit is contained in:
parent
ce92428dea
commit
c7d3f1b1ad
7 changed files with 53 additions and 31 deletions
|
|
@ -667,7 +667,7 @@ def edit_virtualhost(virtualhost_id):
|
|||
|
||||
virtual.fields['php'].label=I18n.lang('webservers', 'php_support', 'PHP support')
|
||||
virtual.fields['php'].name_form=SelectForm
|
||||
virtual.fields['php'].extra_parameters=[{'': 'No php support', '7.4': 'PHP 7.4', '8.0': 'PHP 8.0', '8.1': 'PHP 8.1', '8.2': 'PHP 8.2'}]
|
||||
virtual.fields['php'].extra_parameters=[{'': 'No php support', '7.4': 'PHP 7.4', '8.0': 'PHP 8.0', '8.1': 'PHP 8.1', '8.2': 'PHP 8.2', '8.3': 'PHP 8.3'}]
|
||||
virtual.fields['php'].help=I18n.lang('webservers', 'add_php_support_to_virtualhost', 'Add support to php to virtualhost. You can choose ophp version that you prefer')
|
||||
|
||||
#'port', 'ssl_port',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue