Move login form to a new page

Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
This commit is contained in:
RD WebDesign
2022-08-12 17:32:26 -03:00
parent 3daca13bd6
commit 509113296c
34 changed files with 561 additions and 450 deletions

View File

@@ -82,7 +82,7 @@
if (strlen($pwhash) > 0 && $auth) {
?>
<li>
<a href="?logout">
<a href="logout.php">
<i class="fa fa-fw menu-icon fa-sign-out-alt"></i> <span>Logout</span>
</a>
</li>