44323
2023-12-12 d9a46d01c5a7a70589a49e5fb5578e5a20b3dc64
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()
%>