Filename typo correction.
This commit is contained in:
parent
853749cbb4
commit
61f87baebc
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue