$line)
{
$startpos = strpos($line, '[');
$endpos = strpos($line, ']');
$dbpath = substr($line, $startpos + 1, $endpos - $startpos - 1);
$namestartpos = strpos($line, '{');
$nameendpos = strpos($line, '}');
$dbname = substr($line, $namestartpos + 1, $nameendpos - $namestartpos - 1);
echo '
';
}
}
if (($_SESSION['hfUsername'] == '' || $_SESSION['hfUsername'] == null)||
($_SESSION['PractitionerUserKey'] == '' || $_SESSION['PractitionerUserKey'] == null))
{
// $practiceObj = new Practitioner_BAL;
// $practiceDefault = $practiceObj->getLoadPracticeDefault();
?>