44323
2023-11-02 b6a38fc7ee081c8bf3370ee6fe8e7a7dd22e7230
1
2
3
4
5
6
7
8
9
<!--#include file="ASPJson.class.asp"-->
<!--#include file="config_loader.asp"-->
 
<%
    Set json = new ASPJson
    Set json.data = config
 
    json.PrintJson()
%>