Remove the horizontal login form.

This commit is contained in:
markjcrane
2016-04-29 11:23:13 -06:00
parent 3b79ec85d9
commit e5e2f92592
+2
View File
@@ -2176,6 +2176,7 @@
$_SESSION['login']['destination']['url'] = PROJECT_PATH."/core/user_settings/user_dashboard.php"; $_SESSION['login']['destination']['url'] = PROJECT_PATH."/core/user_settings/user_dashboard.php";
} }
//login form //login form
/*
echo "<div align='right'>\n"; echo "<div align='right'>\n";
echo " <form name='login' METHOD=\"POST\" action=\"".$_SESSION['login']['destination']['url']."\">\n"; echo " <form name='login' METHOD=\"POST\" action=\"".$_SESSION['login']['destination']['url']."\">\n";
echo " <input type='hidden' name='path' value='".$_GET['path']."'>\n"; echo " <input type='hidden' name='path' value='".$_GET['path']."'>\n";
@@ -2216,6 +2217,7 @@
echo " </form>"; echo " </form>";
echo "</div>"; echo "</div>";
} }
*/
} }
?> ?>
</td> </td>