%@LANGUAGE="VBSCRIPT"%> <% '===================================================== '| | '| ADMIN Page | '| admin_gbe_buildstandard.asp '| | '===================================================== %> <% Option explicit ' Good idea to set when using redirect Response.Expires = 0 ' always load the page, dont store %> <% '------------ ACCESS CONTROL ------------------ %> <% '------------ Variable Definition ------------- Dim objBtnControl '------------ Constants Declaration ----------- '------------ Variable Init ------------------- Set objBtnControl = New ActionButtonControl '---------------------------------------------- %> <% ' Page Access Condition If NOT canActionControl("ConfigureBuildService") Then Call Destroy_All_Objects Response.Redirect("message.asp?msg=401-9") End If %>
|
Build Standards
| ||||||||||||||