From 334a9f66939fe7462357504fbfc2c712c52f7f7f Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Wed, 09 Jul 2008 15:02:29 -0400 Subject: [PATCH] --- interface/web/admin/templates/index.htm | 28 +++++++++++++--------------- 1 files changed, 13 insertions(+), 15 deletions(-) diff --git a/interface/web/admin/templates/index.htm b/interface/web/admin/templates/index.htm index 92cab2c..af992e8 100644 --- a/interface/web/admin/templates/index.htm +++ b/interface/web/admin/templates/index.htm @@ -1,15 +1,13 @@ -<p> </p> -<p> </p> -<p> </p> -<p> </p> -<p> </p> -<p> </p> -<p> </p> -<form action="index.php" method="post" name="login" target="_self" id="login"> -<table width="288" border="0" align="center" cellpadding="4" cellspacing="0"> - <tr> - <td> </td> - <td> Admin</td> - </tr> -</table> -</form> +<p> </p> +<p> </p> +<p> </p> +<p> </p> +<p> </p> +<p> </p> +<p> </p> +<table width="288" border="0" align="center" cellpadding="4" cellspacing="0"> + <tr> + <td> </td> + <td> Admin</td> + </tr> +</table> -- Gitblit v1.9.1