diff options
Diffstat (limited to 'httemplate/misc/macinventory.cgi')
-rw-r--r-- | httemplate/misc/macinventory.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/misc/macinventory.cgi b/httemplate/misc/macinventory.cgi index 7ed5c6607..cec0e3121 100644 --- a/httemplate/misc/macinventory.cgi +++ b/httemplate/misc/macinventory.cgi @@ -1,4 +1,4 @@ -<% objToJson(\@macs) %> +<% encode_json(\@macs) %>\ <%init> # XXX: this should be agent-virtualized / limited |