Subversion Repositories DevTools

Rev

Rev 6440 | Rev 6589 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6440 Rev 6579
Line 27... Line 27...
27
Dim MAIL_SERVER
27
Dim MAIL_SERVER
28
Dim FAULT_EMAIL_LIST
28
Dim FAULT_EMAIL_LIST
29
Dim FavIcon                     ' Favorite Icon
29
Dim FavIcon                     ' Favorite Icon
30
Dim ServiceConfig               ' All service config
30
Dim ServiceConfig               ' All service config
31
Dim ForcePageLogon              ' Page Protection Mode
31
Dim ForcePageLogon              ' Page Protection Mode
-
 
32
Dim VixVerNum                   ' Bump to force cache reload of many resources
32
 
33
 
33
' -- Variable Initialisation --------------------------
34
' -- Variable Initialisation --------------------------
34
'Set OraSession = CreateObject("OracleInProcServer.XOraSession")
35
'Set OraSession = CreateObject("OracleInProcServer.XOraSession")
35
'OraSession.CreateDatabasePool 1,2,1, TNS_NAME, DB_AUTHENTICATION, 0
36
'OraSession.CreateDatabasePool 1,2,1, TNS_NAME, DB_AUTHENTICATION, 0
36
'Set OraDatabase = OraSession.GetDatabaseFromPool(5000)
37
'Set OraDatabase = OraSession.GetDatabaseFromPool(5000)
Line 166... Line 167...
166
DocRepositiryLink = DOC_REPOSITORY_URL & "docLinkTo.asp?docnum="
167
DocRepositiryLink = DOC_REPOSITORY_URL & "docLinkTo.asp?docnum="
167
DocRepositiryLinkOld = DOC_REPOSITORY_URL & "docLinkTo.asp?old=1&fileid="
168
DocRepositiryLinkOld = DOC_REPOSITORY_URL & "docLinkTo.asp?old=1&fileid="
168
DocBrowseLink = DOC_REPOSITORY_URL & "docbrowse.asp"
169
DocBrowseLink = DOC_REPOSITORY_URL & "docbrowse.asp"
169
FavIcon = strRelativePath & "favicons/RM" & Application("FavIconSuffix") & ".png"
170
FavIcon = strRelativePath & "favicons/RM" & Application("FavIconSuffix") & ".png"
170
ForcePageLogon = TRUE
171
ForcePageLogon = TRUE
-
 
172
VixVerNum = 1
171
 
173
 
172
' -- Constants ----------------------------------------
174
' -- Constants ----------------------------------------
173
HTTP_PKG_ARCHIVE        = "http://" & archive_server
175
HTTP_PKG_ARCHIVE        = "http://" & archive_server
174
dpkg_archiveURL         = HTTP_PKG_ARCHIVE & "/dpkg_archive/"
176
dpkg_archiveURL         = HTTP_PKG_ARCHIVE & "/dpkg_archive/"
175
release_archiveURL      = HTTP_PKG_ARCHIVE & "/releases/"
177
release_archiveURL      = HTTP_PKG_ARCHIVE & "/releases/"