Fixes in app

This commit is contained in:
Antonio de la Rosa 2024-05-16 01:01:09 +02:00
parent 95f464c78c
commit 52669ad169

View file

@ -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