<?php
$host = "localhost";
/*
$username = "bdemarke_cus";
$password = "uJQfdAJ20PSq";
$database = "bdemarke_coredb";
*/
$username = "fsibplc_nu24";
$password = "6pc#4efg1hNn@0vZ";
$database = "fsibplc_fsib24";
$con = mysqli_connect("$host", "$username", "$password", "$database");
$conn = $con;
if(!$con && !$conn)
{
header("Location: ../admin/errors/dberror.php");
die();
}
?>