home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1998 February
/
CHIP_2_98.iso
/
software
/
pelne
/
optionp
/
ins.cab
/
_cnst.asp
next >
Wrap
Text File
|
1997-10-19
|
240b
|
13 lines
<% REM if user is anonymous, force logon %>
<%
if (Len(Request.ServerVariables("REMOTE_USER")) = 0) then
Response.Status = "Error: Access is Denied."
L_ACCESSDENIED_ERRORMESSAGE
cont = false
else
cont = true
end if
%>