/beta/home/wiki.asp
ASP | 18 lines | 16 code | 0 blank | 2 comment | 2 complexity | 4513bc58aff588ae71e241a518be3f90 MD5 | raw file
1<%@LANGUAGE="VBSCRIPT" CODEPAGE="1256"%><% 2'Home (0) 3PageTitle= " ������ " 4SubmenuItem=7 5if not Auth(0 , 8) then NotAllowdToViewThisPage() 6%> 7<!--#include file="top.asp" --> 8<% 9remotID = request.serverVariables("REMOTE_ADDR") 10if mid(remotID,1,11)="192.168.10." then 11 wikiADDR = "http://192.168.10.12/mediawiki" 12else 13 wikiADDR = "http://jame.pdhco.com:1375/mediawiki" 14end if 15'response.write wikiADDR 16%> 17<iframe src=<%=wikiADDR%> name="wiki" width="900px" height="900px"> 18<!--#include file="tah.asp" -->