Archived
1
0

Fix broken path

This commit is contained in:
James Stuckey Weber
2015-03-22 13:43:27 -04:00
parent 8dda9e13a6
commit 10e8457211

View File

@@ -194,7 +194,7 @@ function cleanCookies(){
}
function add_data($data){
include('globals.php');
include('settings/globals.php');
$conn = mysqli_connect(DB_HOST, DB_USER, DB_PASSWORD, DB_NAME);
// Check connection
if (!$conn) {