diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2015-12-13 15:28:57 -0800 |
|---|---|---|
| committer | Mitch Jackson <mitch@freeside.biz> | 2018-10-09 18:35:53 -0400 |
| commit | 79800f746bcbea85297b8ec0a94f19a75ed080d0 (patch) | |
| tree | 48e74122cf56b54b03c1b982dd87964d115c4371 /httemplate/misc/xmlhttp-mib-browse.html | |
| parent | 828f56957dcd4fb4409eccc8436bf935aa47a8c6 (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 |
