Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://rp.iszf.irk.ru/esceir/iisstart.asp
Дата изменения: Sat Jan 19 16:50:52 2013 Дата индексирования: Sat Feb 2 22:36:26 2013 Кодировка: Windows-1251 Поисковые слова: m 13 |
|
% @Language = "VBScript" %> <% Response.buffer = true %>
% Dim strServername, strLocalname, strServerIP strServername = LCase(Request.ServerVariables("SERVER_NAME")) strServerIP = LCase(Request.ServerVariables("LOCAL_ADDR")) strRemoteIP = LCase(Request.ServerVariables("REMOTE_ADDR")) %> <% If Request("uc") <> 1 AND (strServername = "localhost" or strServerIP = strRemoteIP) then %> <% Response.Redirect "localstart.asp" %> <% else %>
% end if %>