minor bug fix
[openemr.git] / library / sqlconf.php
blobfb9017bd78c67f54c5e6bcb09ba0e2f1d438b54d
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 interface/globals.php.
13 require_once $GLOBALS['OE_SITE_DIR'] . "/sqlconf.php";