action_config.asp 161 B

123456789
  1. <!--#include file="ASPJson.class.asp"-->
  2. <!--#include file="config_loader.asp"-->
  3. <%
  4. Set json = new ASPJson
  5. Set json.data = config
  6. json.PrintJson()
  7. %>