Authentication: Added some polish, Cancel links, PHP 8.1 updates.

This commit is contained in:
fusionate
2023-06-23 00:14:07 +00:00
parent 7c85bc95f6
commit 6bcc5aff5e
9 changed files with 47 additions and 23 deletions
@@ -19,9 +19,12 @@
</div>
<div>
<input type='submit' id='btn_login' class='btn' style='width: 100px; margin-top: 15px;' value='{$button_login}' />
<br /><br />
<a class='login_link' href='{$project_path}/logout.php'>{$button_cancel}</a>
</div>
</form>
</div>
</div>
<script>document.getElementsByName('username')[0].focus();</script>
</body>
</html>
</html>