<%@ language=VBScript %> <% ' /////////////////////////////////////////////////////// ' // Dimac CMS ' // Copyright 2004-2008 Dimac Development AB, Sweden ' // www.Dimac.net ' // ' // NOTE: ' // You are not allowed to remove this ' // Copyright information without written ' // permission from Dimac Development. ' /////////////////////////////////////////////////////// Session("DocID") = 0 If NOT CBool(Session("ValidAdminUser")) Then Response.Redirect("../LIO/loggin.asp") End IF vLang = Request.QueryString("lang") If vLang = "" Or Not IsNumeric(vLang) Then Session("contentPreviewLanguage") = Session("contentLanguage") Else Session("contentPreviewLanguage") = vLang End If %> <body> <p><%=langErrorBrowser%></p> </body>