A few bug fixes.
[openemr.git] / library / DBC_include.php
blobf5867b3b4683bafb2c89480d25fd94ee207e8de5
1 <?php
3 require_once('sql.inc');
5 define('TMPDIR_DBC', $webserver_root . '/temp');
7 // WORKING LINK FOR VEKTIS FILES (as it'll appear in URL)
8 define('VK_WORKINGLNK','http://localhost/'.$web_root.'/temp/vektis/');
10 // WORKING LINK FOR DBC FILES (as it'll appear in URL)
11 define('DB_WORKINGLNK','http://localhost/'.$web_root.'/temp/dbc/');
13 require_once('DBC_cfunctions.php');
14 require_once('DBC_functions.php');
15 require_once('DBC_files.php');
16 require_once('DBC_Vektis.php');
17 require_once('DBC_validations.php');
18 require_once('DBC_decisiontree.php');
19 require_once('DBC_database.php');
21 $css_dbc = "{$GLOBALS['rootdir']}/themes/style_dbc.css";
23 mb_internal_encoding('UTF-8');