From d3f659ab043deffdce43d88d39cf81cab7ae9710 Mon Sep 17 00:00:00 2001 From: FractalParadigm Date: Mon, 10 Mar 2025 14:13:32 -0400 Subject: [PATCH] Fixed bug in account creation where it couldn't read the database --- styles/db_management.css | 1 + user/create_account.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/styles/db_management.css b/styles/db_management.css index 616f766..b534c05 100644 --- a/styles/db_management.css +++ b/styles/db_management.css @@ -36,6 +36,7 @@ max-width: 400px; padding: 5px; font-family: Arial, Helvetica, sans-serif; + margin: auto; } .userMessage { diff --git a/user/create_account.php b/user/create_account.php index 7f70790..6edaa25 100644 --- a/user/create_account.php +++ b/user/create_account.php @@ -1,5 +1,5 @@