= _("Ampache.cfg.php Exists"); ?> | [ if (!read_config_file($configfile)) { $status['read_config'] = 'false'; echo " ERROR "; } else { $status['read_config'] = 'true'; echo " OK   "; } ?> ] |
= _("Ampache.cfg.php Configured?"); ?> | [ $results = read_config($configfile, 0, 0); if (!check_config_values($results)) { $status['parse_config'] = 'false'; echo " ERROR "; } else { $status['parse_config'] = 'true'; echo " OK "; } ?> ] |
[] |