Browse Source

Add AZW to the list of prefered format.

Remove the sample configuration for email
master
Sébastien Lucas 10 years ago
parent
commit
8e94fb8a1f
1 changed files with 2 additions and 7 deletions
  1. +2
    -7
      config_default.php

+ 2
- 7
config_default.php View File

@@ -91,7 +91,7 @@
* The two first will be displayed in book entries
* 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
@@ -188,12 +188,7 @@
* "address.from" => "cops@slucas.fr"
* );
*/
$config['cops_mail_configuration'] = array( "smtp.host" => "smtp.free.fr",
"smtp.username" => "",
"smtp.password" => "",
"smtp.secure" => "",
"address.from" => "cops@slucas.fr"
);
$config['cops_mail_configuration'] = NULL;
/*
* Use filter in HTML catalog


Loading…
Cancel
Save