Subversion Repositories DevTools

Rev

Rev 5085 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5085 Rev 5098
Line 7... Line 7...
7
'=====================================================
7
'=====================================================
8
%>
8
%>
9
<%
9
<%
10
Option explicit
10
Option explicit
11
' Good idea to set when using redirect
11
' Good idea to set when using redirect
12
Response.Expires = 0	' always load the page, dont store
12
Response.Expires = 0	        ' always load the page, dont store
-
 
13
Const allowNoPackage = TRUE     ' Allow page display without pvid being present
13
%>
14
%>
14
<!--#include file="common/conf.asp"-->
15
<!--#include file="common/conf.asp"-->
15
<!--#include file="common/globals.asp"-->
16
<!--#include file="common/globals.asp"-->
16
<!--#include file="common/formating.asp"-->
17
<!--#include file="common/formating.asp"-->
17
<!--#include file="common/qstr.asp"-->
18
<!--#include file="common/qstr.asp"-->