Filename typo correction.

This commit is contained in:
Andrew Tomaka 2011-10-17 09:05:40 -04:00
parent 853749cbb4
commit 61f87baebc

View file

@ -1,5 +1,5 @@
<?php <?php
$conf = json_decode(file_get_contents('../../conf/iwa.conf')); $conf = json_decode(file_get_contents('../../conf/wia.conf'));
include_once('../lib/database.php'); include_once('../lib/database.php');
$db = new Database($conf->db->hostname,$conf->db->username,$conf->db->password,$conf->db->database); $db = new Database($conf->db->hostname,$conf->db->username,$conf->db->password,$conf->db->database);