%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <% if Session("adminLogged") <> true Then response.redirect("login.asp") end if strCommand = request.QueryString("cmd") strEditorView = request.QueryString("view") if strEditorView = "" Then editorInclude = "pad" else editorInclude = strCommand & "_" & strEditorView end if %>
|