$cpm_config->messages[]=__("<strong>No comicpress-config.php file was found in your theme folder.</strong> Using default configuration file.",'comicpress-manager');
$cpm_config->messages[]=sprintf(__("<strong>Configuration updated and original config backed up to %s.</strong> Rename this file to comicpress-config.php if you are having problems.",'comicpress-manager'),$backup_file);
$cpm_config->warnings[]=sprintf(__("<strong>Configuration not updated</strong>, check the permissions of %s and the theme folder. They should be writable by the Webserver process. Alternatively, copy and paste the following code into your comicpress-config.php file:",'comicpress-manager'),$relative_path)."<pre class=\"code-block\">".htmlentities($file_output)."</pre>";
$cpm_config->properties=$original_properties;
}
}
}
}else{
cpm_read_information_and_check_config();
$cpm_config->messages[]=sprintf(__("<strong>Configuration updated in database.</strong>",'comicpress-manager'),$backup_file);