diff options
author | Ivan Kohler <ivan@freeside.biz> | 2015-12-13 15:29:00 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2015-12-13 15:29:00 -0800 |
commit | 0a2c29c0f22bee8cb30ef4eea31881ab1ae525f7 (patch) | |
tree | 60124fdad24ea6fa1561699b2be55edb887491e8 /httemplate/misc/xmlhttp-mib-browse.html | |
parent | 9e0a36966f7cbd8fd1584ce2a88c61448a5cec68 (diff) |
JSON::XS -> Cpanel::JSON::XS
Diffstat (limited to 'httemplate/misc/xmlhttp-mib-browse.html')
-rw-r--r-- | httemplate/misc/xmlhttp-mib-browse.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/misc/xmlhttp-mib-browse.html b/httemplate/misc/xmlhttp-mib-browse.html index f3084ff6f..6b008538e 100644 --- a/httemplate/misc/xmlhttp-mib-browse.html +++ b/httemplate/misc/xmlhttp-mib-browse.html @@ -1,5 +1,5 @@ %#<% Data::Format::HTML->new->format($index{by_path}) %> -% my $json = "JSON"->new->canonical; +% my $json = Cpanel::JSON::XS->new->canonical; <% $json->encode($result) %> <%init> #<%once> #enable me in production |