Fixed bug in account creation where it couldn't read the database
This commit is contained in:
parent
5630d065e6
commit
d3f659ab04
@ -36,6 +36,7 @@
|
||||
max-width: 400px;
|
||||
padding: 5px;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
.userMessage {
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user