refactoring: log_event(), is_format_valid()

This commit is contained in:
Serghey Rodin 2016-06-24 16:31:43 +03:00
commit a61a6e979e
52 changed files with 582 additions and 1170 deletions

View file

@ -48,7 +48,7 @@ is_proxy_template_valid $template
# Parsing domain values
get_domain_values 'web'
ip=$(get_real_ip $IP)
local_ip=$(get_real_ip $IP)
# Delete old vhost
del_web_config "$PROXY_SYSTEM" "$PROXY.tpl"