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;
|
max-width: 400px;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
font-family: Arial, Helvetica, sans-serif;
|
font-family: Arial, Helvetica, sans-serif;
|
||||||
|
margin: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.userMessage {
|
.userMessage {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<?php
|
<?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
|
// 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