xuhy
2024-05-24 1f6a40309ef6a4228471452c6d644cc9f6a90f46
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()
%>