예제 #1
0
if (file_exists('../modules/patient/class.patient.php')) {
	include '../modules/patient/class.patient.php';
	$patient = new patient;
	if (!$module->activated('patient') && $initmod) {
		$patient->init_sql();
		$patient->init_menu();
		$patient->init_deps();
		$patient->init_lang();
		$patient->init_help();
	}
}
if (file_exists('../modules/philhealth/class.philhealth.php')) {
	include '../modules/philhealth/class.philhealth.php';
	$philhealth = new philhealth;
	if (!$module->activated('philhealth') && $initmod) {
		$philhealth->init_sql();
		$philhealth->init_menu();
		$philhealth->init_deps();
		$philhealth->init_lang();
		$philhealth->init_help();
	}
}
if (file_exists('../modules/population/class.population.php')) {
	include '../modules/population/class.population.php';
	$population = new population;
	if (!$module->activated('population') && $initmod) {
		$population->init_sql();
		$population->init_menu();
		$population->init_deps();
		$population->init_lang();
		$population->init_help();