xuhy
2023-05-16 f0b4d0e6bc47a18f4e10ca4c007dcaa01c9c9647
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()
%>