| Line 28... |
Line 28... |
| 28 |
Dim MAIL_SERVER
|
28 |
Dim MAIL_SERVER
|
| 29 |
Dim FAULT_EMAIL_LIST
|
29 |
Dim FAULT_EMAIL_LIST
|
| 30 |
Dim FavIcon ' Favorite Icon
|
30 |
Dim FavIcon ' Favorite Icon
|
| 31 |
Dim ServiceConfig ' All service config
|
31 |
Dim ServiceConfig ' All service config
|
| 32 |
Dim ForcePageLogon ' Page Protection Mode
|
32 |
Dim ForcePageLogon ' Page Protection Mode
|
| 33 |
Dim VixVerNum ' Bump to force cache reload of many resources
|
33 |
Dim VixVerNum : VixVerNum = 10 ' Bump to force cache reload of many resources
|
| 34 |
|
34 |
|
| 35 |
' -- Variable Initialisation --------------------------
|
35 |
' -- Variable Initialisation --------------------------
|
| 36 |
'Set OraSession = CreateObject("OracleInProcServer.XOraSession")
|
36 |
'Set OraSession = CreateObject("OracleInProcServer.XOraSession")
|
| 37 |
'OraSession.CreateDatabasePool 1,2,1, TNS_NAME, DB_AUTHENTICATION, 0
|
37 |
'OraSession.CreateDatabasePool 1,2,1, TNS_NAME, DB_AUTHENTICATION, 0
|
| 38 |
'Set OraDatabase = OraSession.GetDatabaseFromPool(5000)
|
38 |
'Set OraDatabase = OraSession.GetDatabaseFromPool(5000)
|
| Line 186... |
Line 186... |
| 186 |
DocRepositiryLink = DOC_REPOSITORY_URL & "docLinkTo.asp?docnum="
|
186 |
DocRepositiryLink = DOC_REPOSITORY_URL & "docLinkTo.asp?docnum="
|
| 187 |
DocRepositiryLinkOld = DOC_REPOSITORY_URL & "docLinkTo.asp?old=1&fileid="
|
187 |
DocRepositiryLinkOld = DOC_REPOSITORY_URL & "docLinkTo.asp?old=1&fileid="
|
| 188 |
DocBrowseLink = DOC_REPOSITORY_URL & "docbrowse.asp"
|
188 |
DocBrowseLink = DOC_REPOSITORY_URL & "docbrowse.asp"
|
| 189 |
FavIcon = strRelativePath & "favicons/RM" & Application("FavIconSuffix") & ".png"
|
189 |
FavIcon = strRelativePath & "favicons/RM" & Application("FavIconSuffix") & ".png"
|
| 190 |
ForcePageLogon = TRUE
|
190 |
ForcePageLogon = TRUE
|
| 191 |
VixVerNum = 9
|
- |
|
| 192 |
|
191 |
|
| 193 |
' -- Constants ----------------------------------------
|
192 |
' -- Constants ----------------------------------------
|
| 194 |
HTTP_PKG_ARCHIVE = "http://" & archive_server
|
193 |
HTTP_PKG_ARCHIVE = "http://" & archive_server
|
| 195 |
dpkg_archiveURL = HTTP_PKG_ARCHIVE & "/dpkg_archive/"
|
194 |
dpkg_archiveURL = HTTP_PKG_ARCHIVE & "/dpkg_archive/"
|
| 196 |
release_archiveURL = HTTP_PKG_ARCHIVE & "/releases/"
|
195 |
release_archiveURL = HTTP_PKG_ARCHIVE & "/releases/"
|