Fixes for restoreSession logic. (#4378)
[openemr.git] / library / sqlconf.php
blob18a46ae3fdfd17987f8e0afabef423a3e5644c7b
1 <?php
3 // This program is free software; you can redistribute it and/or
4 // modify it under the terms of the GNU General Public License
5 // as published by the Free Software Foundation; either version 2
6 // of the License, or (at your option) any later version.
8 // OpenEMR
9 // MySQL Config
10 // Needed by sql.inc
12 // Database parameters are now site-specific.
13 // $GLOBALS['OE_SITE_DIR'] is set in interface/globals.php.
14 require_once $GLOBALS['OE_SITE_DIR'] . "/sqlconf.php";