| Line 113... |
Line 113... |
| 113 |
scriptName = Mid(Request.ServerVariables("SCRIPT_NAME"), InStrRev(Request.ServerVariables("SCRIPT_NAME"), "/") + 1 )
|
113 |
scriptName = Mid(Request.ServerVariables("SCRIPT_NAME"), InStrRev(Request.ServerVariables("SCRIPT_NAME"), "/") + 1 )
|
| 114 |
rootPath = Left( Server.MapPath( scriptName ), InStrRev(Server.MapPath( scriptName ), "\") )
|
114 |
rootPath = Left( Server.MapPath( scriptName ), InStrRev(Server.MapPath( scriptName ), "\") )
|
| 115 |
DocRepositiryLink = DOC_REPOSITORY_URL & "docLinkTo.asp?docnum="
|
115 |
DocRepositiryLink = DOC_REPOSITORY_URL & "docLinkTo.asp?docnum="
|
| 116 |
DocRepositiryLinkOld = DOC_REPOSITORY_URL & "docLinkTo.asp?old=1&fileid="
|
116 |
DocRepositiryLinkOld = DOC_REPOSITORY_URL & "docLinkTo.asp?old=1&fileid="
|
| 117 |
DocBrowseLink = DOC_REPOSITORY_URL & "docbrowse.asp"
|
117 |
DocBrowseLink = DOC_REPOSITORY_URL & "docbrowse.asp"
|
| 118 |
FavIcon = strRelativePath & "icons/RM" & Application("FavIconSuffix") & ".png"
|
118 |
FavIcon = strRelativePath & "favicons/RM" & Application("FavIconSuffix") & ".png"
|
| 119 |
|
119 |
|
| 120 |
' -- Constants ----------------------------------------
|
120 |
' -- Constants ----------------------------------------
|
| 121 |
HTTP_PKG_ARCHIVE = "http://" & archive_server
|
121 |
HTTP_PKG_ARCHIVE = "http://" & archive_server
|
| 122 |
dpkg_archiveURL = HTTP_PKG_ARCHIVE & "/dpkg_archive/"
|
122 |
dpkg_archiveURL = HTTP_PKG_ARCHIVE & "/dpkg_archive/"
|
| 123 |
release_archiveURL = HTTP_PKG_ARCHIVE & "/releases/"
|
123 |
release_archiveURL = HTTP_PKG_ARCHIVE & "/releases/"
|