Changelog: https://roxy-wi.org/changelog.py#6_0_1
pull/321/head v6.0.1.0
Pavel Loginov 2022-05-12 15:59:45 +03:00
parent fd5db10bb0
commit 093866d408
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ elif service == 'nginx':
file_format = 'conf'
servers = sql.get_dick_permit(nginx=1)
elif service == 'apache':
if funct.check_login(service=2):
if funct.check_login(service=4):
title = "Working with Apache configuration files"
action = "config.py?service=apache"
configs_dir = funct.get_config_var('configs', 'apache_save_configs_dir')