diff options
author | Ivan Kohler <ivan@freeside.biz> | 2018-02-20 14:17:55 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2018-02-20 14:17:55 -0800 |
commit | 266e0c3c894568fb06a15dfbcf4a4eb9bc6989b3 (patch) | |
tree | e4f587217458762bbb0a2f5da49f2eb9954e0f3b /httemplate/search/svc_broadband-map.html | |
parent | ed2d4de2ea785d30a54fb069b29f9618a40113c9 (diff) |
fix broadband reporting with giant query URLs (large numbers of package defs, etc.), RT#76765
Diffstat (limited to 'httemplate/search/svc_broadband-map.html')
-rwxr-xr-x | httemplate/search/svc_broadband-map.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/httemplate/search/svc_broadband-map.html b/httemplate/search/svc_broadband-map.html index 41f4b8dfd..65830b5d2 100755 --- a/httemplate/search/svc_broadband-map.html +++ b/httemplate/search/svc_broadband-map.html @@ -10,6 +10,8 @@ die "access denied" unless my $conf = new FS::Conf; +$m->comp('/elements/handle_uri_query'); + my @features; # geoJSON structure # accept all the search logic from svc_broadband.cgi... |