aboutsummaryrefslogtreecommitdiffstats
path: root/config/squid3
diff options
context:
space:
mode:
authordoktornotor <notordoktor@gmail.com>2015-10-03 14:55:12 +0200
committerdoktornotor <notordoktor@gmail.com>2015-10-03 14:55:12 +0200
commit1170a846da8c550807b4882b5fe8642d5a756f37 (patch)
treeca960c8371c484e890d22f8effdf0d9adde4e45b /config/squid3
parentde72c719d9c45b44c7fb8341a8b7e64682c47d7f (diff)
downloadpfsense-packages-1170a846da8c550807b4882b5fe8642d5a756f37.tar.gz
pfsense-packages-1170a846da8c550807b4882b5fe8642d5a756f37.tar.bz2
pfsense-packages-1170a846da8c550807b4882b5fe8642d5a756f37.zip
Add description to functions
Diffstat (limited to 'config/squid3')
-rwxr-xr-xconfig/squid3/34/squid_reverse.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/squid3/34/squid_reverse.inc b/config/squid3/34/squid_reverse.inc
index aa46e06d..d69d6a01 100755
--- a/config/squid3/34/squid_reverse.inc
+++ b/config/squid3/34/squid_reverse.inc
@@ -33,6 +33,7 @@ require_once('certs.inc');
/* This file is currently only being included in squid.inc and not used separately */
// require_once('squid.inc');
+/* Reverse Proxy Server configuration handler */
function squid_resync_reverse() {
global $config;
@@ -262,6 +263,7 @@ function squid_resync_reverse() {
return $conf;
}
+/* Reverse Proxy Server input validation */
function squid_validate_reverse($post, &$input_errors) {
global $config;