modified users table, class and sign in class

This commit is contained in:
2026-08-09 20:00:09 -04:00
parent 2d96a7b6e5
commit e2cceaa734
24 changed files with 131 additions and 154 deletions
+1 -1
View File
@@ -19,6 +19,6 @@ $SQL = "create table statuses
)
default character set = utf8";
default character set = utf8mb4";
?>