@@ -101,14 +101,6 @@ function parse_config_bootup()
log_error("Last known config found and restored. Please double check your configuration file for accuracy.");
file_notice("config.xml",gettext("Last known config found and restored. Please double check your configuration file for accuracy."),"pfSenseConfigurator","");
}
if(!file_exists($config_xml)){
echosprintf(gettext("XML configuration file not found. %s cannot continue booting."),$g['product_name'])."\n";
unlock($lockkey);
mwexec("/sbin/halt");
exit;
}
log_error("Last known config found and restored. Please double check your configuration file for accuracy.");
file_notice("config.xml",gettext("Last known config found and restored. Please double check your configuration file for accuracy."),"pfSenseConfigurator","");
}else{
log_error(gettext("Could not find a usable configuration file! Exiting...."));
notify_all_remote(sprintf(gettext("DynDNS updated IP Address on %s (%s) to %s"),convert_real_interface_to_friendly_descr($this->_if),$this->_if,$wan_ip));