X-Git-Url: https://disinclined.org/git/?a=blobdiff_plain;f=index.php;h=88f82d2410f52e0f59fdfbe72e9142e53265b75d;hb=bb1eebf30f1917d091f84a9bd43b97a5e3fcf574;hp=cd13a8745e49bd11e4dfbba8212a939df96e3a26;hpb=8af47417d48c4c054ddedce3e083f7f89e468cdf;p=dylansserver.git diff --git a/index.php b/index.php index cd13a87..88f82d2 100644 --- a/index.php +++ b/index.php @@ -13,10 +13,10 @@ abstract class cms { public function __construct() { $config = parse_ini_file($this->config_file, true); $this->db = new mysqli( - $config[database]['domain'], - $config[database]['user'], - $config[database]['password'], - $config[database]['database']); + $config['database']['domain'], + $config['database']['user'], + $config['database']['password'], + $config['database']['database']); if (mysqli_connect_errno()) { echo "Problem connecting to database: "; echo mysqli_connect_error(); @@ -93,7 +93,7 @@ abstract class cms { $scripts - +