52 lines
998 B
Plaintext
52 lines
998 B
Plaintext
<html>
|
|
<%onerror error%>
|
|
<title>^IISSRV^</title>
|
|
^BodyTag^
|
|
<%if reqparam RF "cancel"%>
|
|
<%goto end%>
|
|
<%endif%>
|
|
<%if reqparam RF "help"%>
|
|
<%redirecthttp%>^HelpPath^<%msgbody.helptopic%><%/redirecthttp%>
|
|
<%endif%>
|
|
|
|
<%if msgbody.sport EQ 0%>
|
|
^PortRangeInvalid^<p>
|
|
<%goto main%>
|
|
<%elif msgbody.sport GT 65535%>
|
|
^PortRangeInvalid^<p>
|
|
<%goto main%>
|
|
<%endif%>
|
|
|
|
<%if msgbody.anonun EQ ""%>
|
|
^MustSpecUserName^<p>
|
|
<%goto main%>
|
|
<%endif%>
|
|
<%if servid EQ 1%>
|
|
<%!Clear ftpallowanon%>
|
|
<%!Clear ftpanononly%>
|
|
<%elif servid EQ 4%>
|
|
<%!Clear authanon%>
|
|
<%!Clear authbasic%>
|
|
<%!Clear authnt%>
|
|
<%endif%>
|
|
<%!Update%>
|
|
<%label end%>
|
|
<%redirect%>^TopMenuPage^<%/redirect%>
|
|
<%label error%>
|
|
<%if reqstatus EQ 2500%>
|
|
<%if rpcstatus EQ 5%>
|
|
^AccDeniedToServ^
|
|
<%elif rpcstatus EQ 1062%>
|
|
^ServStopped^
|
|
<%else%>
|
|
^RPCError^
|
|
<%endif%>
|
|
<%elif reqstatus EQ 8000%>
|
|
^InvParam^
|
|
<%else%>
|
|
^ErrorID^
|
|
<%endif%>
|
|
<br>
|
|
<%label main%>
|
|
<a href="^TopMenuPage^">^RetMain^</a>
|
|
</body></html> |