diff options
author | Ivan Kohler <ivan@freeside.biz> | 2015-11-07 12:31:42 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2015-11-07 12:32:31 -0800 |
commit | a7cdcc2e497eb862d36becb93a14fb32037260be (patch) | |
tree | f96ae0828442a44b72ce3ed7d56f9cb659d47eab /FS | |
parent | e2d16c850d8857567023f10b8c57daf0570c6a8e (diff) |
fix 404 cities.cgi / self-service dynamic addresses
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/ClientAPI/MasonComponent.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/ClientAPI/MasonComponent.pm b/FS/FS/ClientAPI/MasonComponent.pm index 3c3bf4cb3..493e0c0c2 100644 --- a/FS/FS/ClientAPI/MasonComponent.pm +++ b/FS/FS/ClientAPI/MasonComponent.pm @@ -21,6 +21,7 @@ my %allowed_comps = map { $_=>1 } qw( /misc/phonenums.cgi /misc/states.cgi /misc/counties.cgi + /misc/cities.cgi /misc/svc_acct-domains.cgi /misc/part_svc-columns.cgi /edit/elements/svc_forward.html |