Fixed bug in account creation where it couldn't read the database

This commit is contained in:
FractalParadigm 2025-03-10 14:13:32 -04:00
parent 5630d065e6
commit d3f659ab04
2 changed files with 2 additions and 1 deletions

View File

@ -36,6 +36,7 @@
max-width: 400px;
padding: 5px;
font-family: Arial, Helvetica, sans-serif;
margin: auto;
}
.userMessage {

View File

@ -1,5 +1,5 @@
<?php
include("admin/db_config.php"); // Include database
include("../admin/db_config.php"); // Include database
// This grabs the list of users to check and make sure we aren't creating duplicates