mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-10-13 18:04:54 +02:00
Remove old layout
This commit is contained in:
@@ -1,32 +0,0 @@
|
||||
<div class="sidebar">
|
||||
<h2>Login / Register</h2>
|
||||
<div class="inner">
|
||||
<form action="login.php" method="post">
|
||||
<ul id="login">
|
||||
<li>
|
||||
Username: <br>
|
||||
<input type="text" name="username">
|
||||
</li>
|
||||
<li>
|
||||
Password: <br>
|
||||
<input type="password" name="password">
|
||||
</li><?php if ($config['twoFactorAuthenticator'] == true) { ?>
|
||||
<li>
|
||||
Token: <br>
|
||||
<input type="password" name="authcode">
|
||||
</li><?php } ?>
|
||||
<li>
|
||||
<input type="submit" value="Log in">
|
||||
</li>
|
||||
<?php
|
||||
if ($config['use_token'] == true) {
|
||||
/* Form file */
|
||||
Token::create();
|
||||
}
|
||||
?>
|
||||
<center> <h3><a href="register.php">New account</a></h3>
|
||||
<font size="1">- <a href="recovery.php">Account Recovery</a></font></center>
|
||||
</ul>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
Reference in New Issue
Block a user