Add AZW to the list of prefered format.

Remove the sample configuration for email
This commit is contained in:
Sébastien Lucas 2013-07-29 07:50:02 +02:00
父節點 5ab905472d
當前提交 8e94fb8a1f
共有 1 個文件被更改,包括 2 次插入7 次删除

查看文件

@ -91,7 +91,7 @@
* The two first will be displayed in book entries * The two first will be displayed in book entries
* The other only appear in book detail * The other only appear in book detail
*/ */
$config['cops_prefered_format'] = array ("EPUB", "PDF", "AZW3", "MOBI", "CBR", "CBZ"); $config['cops_prefered_format'] = array ("EPUB", "PDF", "AZW3", "AZW", "MOBI", "CBR", "CBZ");
/* /*
* use URL rewriting for downloading of ebook in HTML catalog * use URL rewriting for downloading of ebook in HTML catalog
@ -188,12 +188,7 @@
* "address.from" => "cops@slucas.fr" * "address.from" => "cops@slucas.fr"
* ); * );
*/ */
$config['cops_mail_configuration'] = array( "smtp.host" => "smtp.free.fr", $config['cops_mail_configuration'] = NULL;
"smtp.username" => "",
"smtp.password" => "",
"smtp.secure" => "",
"address.from" => "cops@slucas.fr"
);
/* /*
* Use filter in HTML catalog * Use filter in HTML catalog