diff options
author | doktornotor <notordoktor@gmail.com> | 2015-09-27 00:30:24 +0200 |
---|---|---|
committer | doktornotor <notordoktor@gmail.com> | 2015-09-27 00:30:24 +0200 |
commit | c802438703949cb7e211c37f7859aeee7c92a6d7 (patch) | |
tree | 2e37ef57fd5e232d210c739093d0da0e14699bcf /config | |
parent | 4b66f24a0d61e76edd9eba32827a4e3654952aa5 (diff) | |
download | pfsense-packages-c802438703949cb7e211c37f7859aeee7c92a6d7.tar.gz pfsense-packages-c802438703949cb7e211c37f7859aeee7c92a6d7.tar.bz2 pfsense-packages-c802438703949cb7e211c37f7859aeee7c92a6d7.zip |
Fix broken PHP syntax
Diffstat (limited to 'config')
-rw-r--r-- | config/squid3/34/squid.priv.inc | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/config/squid3/34/squid.priv.inc b/config/squid3/34/squid.priv.inc index 1124b20d..66607c86 100644 --- a/config/squid3/34/squid.priv.inc +++ b/config/squid3/34/squid.priv.inc @@ -33,31 +33,31 @@ $priv_list['page-services-squid3']['name'] = "WebCfg - Services: Squid3 package" $priv_list['page-services-squid3']['descr'] = "Allow access to Squid3 package GUI"; $priv_list['page-services-squid3']['match'] = array(); -$priv_list['page-services-squid3']['match'][] = pkg.php?xml=squid_reverse_peer.xml* -$priv_list['page-services-squid3']['match'][] = pkg.php?xml=squid_reverse_redir.xml -$priv_list['page-services-squid3']['match'][] = pkg.php?xml=squid_reverse_uri.xml* -$priv_list['page-services-squid3']['match'][] = pkg.php?xml=squid_upstream.xml* -$priv_list['page-services-squid3']['match'][] = pkg.php?xml=squid_users.xml* - -$priv_list['page-services-squid3']['match'][] = pkg_edit.php?xml=squid.xml* -$priv_list['page-services-squid3']['match'][] = pkg_edit.php?xml=squid_antivirus.xml* -$priv_list['page-services-squid3']['match'][] = pkg_edit.php?xml=squid_auth.xml* -$priv_list['page-services-squid3']['match'][] = pkg_edit.php?xml=squid_cache.xml* -$priv_list['page-services-squid3']['match'][] = pkg_edit.php?xml=squid_nac.xml* -$priv_list['page-services-squid3']['match'][] = pkg_edit.php?xml=squid_reverse.xml -$priv_list['page-services-squid3']['match'][] = pkg_edit.php?xml=squid_reverse_general.xml* -$priv_list['page-services-squid3']['match'][] = pkg_edit.php?xml=squid_reverse_peer.xml* -$priv_list['page-services-squid3']['match'][] = pkg_edit.php?xml=squid_reverse_redir.xml -$priv_list['page-services-squid3']['match'][] = pkg_edit.php?xml=squid_reverse_sync.xml* -$priv_list['page-services-squid3']['match'][] = pkg_edit.php?xml=squid_reverse_uri.xml* -$priv_list['page-services-squid3']['match'][] = pkg_edit.php?xml=squid_sync.xml* -$priv_list['page-services-squid3']['match'][] = pkg_edit.php?xml=squid_traffic.xml* -$priv_list['page-services-squid3']['match'][] = pkg_edit.php?xml=squid_upstream.xml* -$priv_list['page-services-squid3']['match'][] = pkg_edit.php?xml=squid_users.xml* - -$priv_list['page-services-squid3']['match'][] = shortcuts/pkg_squid.inc* -$priv_list['page-services-squid3']['match'][] = squid_monitor.php* -$priv_list['page-services-squid3']['match'][] = squid_monitor_data.php* -$priv_list['page-services-squid3']['match'][] = squid_log_parser.php* +$priv_list['page-services-squid3']['match'][] = "pkg.php?xml=squid_reverse_peer.xml*"; +$priv_list['page-services-squid3']['match'][] = "pkg.php?xml=squid_reverse_redir.xml*"; +$priv_list['page-services-squid3']['match'][] = "pkg.php?xml=squid_reverse_uri.xml*"; +$priv_list['page-services-squid3']['match'][] = "pkg.php?xml=squid_upstream.xml*"; +$priv_list['page-services-squid3']['match'][] = "pkg.php?xml=squid_users.xml*"; + +$priv_list['page-services-squid3']['match'][] = "pkg_edit.php?xml=squid.xml*"; +$priv_list['page-services-squid3']['match'][] = "pkg_edit.php?xml=squid_antivirus.xml*"; +$priv_list['page-services-squid3']['match'][] = "pkg_edit.php?xml=squid_auth.xml*"; +$priv_list['page-services-squid3']['match'][] = "pkg_edit.php?xml=squid_cache.xml*"; +$priv_list['page-services-squid3']['match'][] = "pkg_edit.php?xml=squid_nac.xml*"; +$priv_list['page-services-squid3']['match'][] = "pkg_edit.php?xml=squid_reverse.xml*"; +$priv_list['page-services-squid3']['match'][] = "pkg_edit.php?xml=squid_reverse_general.xml*"; +$priv_list['page-services-squid3']['match'][] = "pkg_edit.php?xml=squid_reverse_peer.xml*"; +$priv_list['page-services-squid3']['match'][] = "pkg_edit.php?xml=squid_reverse_redir.xml*"; +$priv_list['page-services-squid3']['match'][] = "pkg_edit.php?xml=squid_reverse_sync.xml*"; +$priv_list['page-services-squid3']['match'][] = "pkg_edit.php?xml=squid_reverse_uri.xml*"; +$priv_list['page-services-squid3']['match'][] = "pkg_edit.php?xml=squid_sync.xml*"; +$priv_list['page-services-squid3']['match'][] = "pkg_edit.php?xml=squid_traffic.xml*"; +$priv_list['page-services-squid3']['match'][] = "pkg_edit.php?xml=squid_upstream.xml*"; +$priv_list['page-services-squid3']['match'][] = "pkg_edit.php?xml=squid_users.xml*"; + +$priv_list['page-services-squid3']['match'][] = "shortcuts/pkg_squid.inc*"; +$priv_list['page-services-squid3']['match'][] = "squid_monitor.php*"; +$priv_list['page-services-squid3']['match'][] = "squid_monitor_data.php*"; +$priv_list['page-services-squid3']['match'][] = "squid_log_parser.php*"; ?> |