1
1
Fork 0

use explicit include paths

This commit is contained in:
Zach Prezkuta 2012-12-28 14:51:50 -07:00
commit e684324032
29 changed files with 44 additions and 44 deletions

View file

@ -14,7 +14,7 @@ $a = new App;
$lang = get_browser_language();
load_translation_table($lang);
require_once("dba.php");
require_once("include/dba.php");
$db = new dba($db_host, $db_user, $db_pass, $db_data, false);
unset($db_host, $db_user, $db_pass, $db_data);