summaryrefslogtreecommitdiff
path: root/public/account/login/index.php
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2025-04-20 16:06:19 +0500
committerilotterytea <iltsu@alright.party>2025-04-20 16:06:19 +0500
commit5fc857449011f76ed7677aad40576790310d23e1 (patch)
treea8bbff085c1cd83d5070c1bf4c013e79cfe8f938 /public/account/login/index.php
parent10cde47798f2a7b10a84a22f53aeddab1ceea720 (diff)
feat: moved from SQLite to MySQL
Diffstat (limited to 'public/account/login/index.php')
-rw-r--r--public/account/login/index.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/public/account/login/index.php b/public/account/login/index.php
index 146fde9..e104a88 100644
--- a/public/account/login/index.php
+++ b/public/account/login/index.php
@@ -1,7 +1,6 @@
<?php
include "../../../src/accounts.php";
-// FIXME
-//authorize_user();
+authorize_user();
include "../../../src/partials.php";
?>