diff options
author | ivan <ivan> | 2002-02-11 19:38:58 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-02-11 19:38:58 +0000 |
commit | f255042296a645e7d90c19ee6740796250cfb9f3 (patch) | |
tree | 3864e6e2edb214bc389a70434a51345496225566 /httemplate/edit/svc_acct.cgi | |
parent | 505345d25040f78a9fdffa5666cd6b9f41a117a5 (diff) |
svc_www is working!
also auto-create and add A records if necessary using apacheip config file.
and show all domain_records on view/svc_domain.cgi page
Diffstat (limited to 'httemplate/edit/svc_acct.cgi')
-rwxr-xr-x | httemplate/edit/svc_acct.cgi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/httemplate/edit/svc_acct.cgi b/httemplate/edit/svc_acct.cgi index e42745cf7..3fa7019eb 100755 --- a/httemplate/edit/svc_acct.cgi +++ b/httemplate/edit/svc_acct.cgi @@ -105,7 +105,6 @@ print 'Service # '. ( $svcnum ? "<B>$svcnum</B>" : " (NEW)" ). '<BR>'. END print &ntable("#cccccc",2), <<END; -<TR><TD> <TR><TD ALIGN="right">Username</TD> <TD><INPUT TYPE="text" NAME="username" VALUE="$username" SIZE=$ulen2 MAXLENGTH=$ulen></TD></TR> <TR><TD ALIGN="right">Password</TD> |