Small improvmemts for login form

This commit is contained in:
Anton Reutov 2021-11-19 21:29:42 +03:00 committed by GitHub
commit 47f2ca1d37
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@
<td style="padding: 0 10px 0 42px; height: 280px; width: 170px;">
<a href="/"><img border=0 src="/images/vesta_logo.png" alt="Vesta Control Panel" style="margin: 0 0 0 0;" /></a>
</td>
<td style="padding: 20px 0 0 0;">
<td style="padding: 50px 0 0 0;">
<form method="post" action="/login/" >
<input type="hidden" name="token" value="<?php echo $_SESSION['token']; ?>">
<table class="login-box">