Merge branch 'master' of git://github.com/openemr/openemr
[openemr.git] / library / sqlconf.php
blob7dcf9d85122786f9614ce803d32b0b96bca276bb
1 <?php
2 // This program is free software; you can redistribute it and/or
3 // modify it under the terms of the GNU General Public License
4 // as published by the Free Software Foundation; either version 2
5 // of the License, or (at your option) any later version.
7 // OpenEMR
8 // MySQL Config
9 // Needed by sql.inc
11 // Database parameters are now site-specific.
12 // $GLOBALS['OE_SITE_DIR'] is set in globals.php.
13 require_once $GLOBALS['OE_SITE_DIR'] . "/sqlconf.php";