1
0
Fork 0

Filename typo correction.

This commit is contained in:
Andrew Tomaka 2011-10-17 09:05:40 -04:00
parent 853749cbb4
commit 61f87baebc
1 changed files with 1 additions and 1 deletions

View File

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