Fixes in app
This commit is contained in:
parent
95f464c78c
commit
52669ad169
1 changed files with 1 additions and 1 deletions
|
|
@ -829,7 +829,7 @@ def save_edit_virtualhost():
|
||||||
php=request.form.get('php', '')
|
php=request.form.get('php', '')
|
||||||
|
|
||||||
if php!='':
|
if php!='':
|
||||||
if php!='7.4' and php!='8.0' and php!='8.1' and php!='8.2':
|
if php!='7.4' and php!='8.0' and php!='8.1' and php!='8.2' and php!='8.3':
|
||||||
php=''
|
php=''
|
||||||
|
|
||||||
task_id=0
|
task_id=0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue