Add explanatory comment for include_shell

Signed-off-by: Mcat12 <newtoncat12@yahoo.com>
pull/2481/head
Mcat12 6 years ago
parent f670644954
commit 28cbf45d1d
No known key found for this signature in database
GPG Key ID: ABB8FC9789AF524D

@ -72,4 +72,5 @@ $HTTP["url"] =~ "^/admin/\.(.*)" {
}
# Add user chosen options held in external file
# This uses include_shell instead of an include wildcard for compatibility
include_shell "cat external.conf 2>/dev/null"

@ -90,4 +90,5 @@ $HTTP["url"] =~ "^/admin/\.(.*)" {
}
# Add user chosen options held in external file
# This uses include_shell instead of an include wildcard for compatibility
include_shell "cat external.conf 2>/dev/null"

Loading…
Cancel
Save