%@LANGUAGE="VBSCRIPT"%> <% '===================================================== '| | '| Files and Folders | '| | '===================================================== %> <% Option explicit ' Good idea to set when using redirect Response.Expires = 0 ' always load the page, dont store %> <% '------------ ACCESS CONTROL ------------------ %> <% '------------ Variable Definition ------------- Dim pkgCompare pkgCompare = TRUE '------------ Constants Declaration ----------- '------------ Variable Init ------------------- %>
|