Add a config option to not use URL rewriting by default
Also fix a bug preventing download
This commit is contained in:
parent
93f1f72a65
commit
fe55e86def
3 changed files with 21 additions and 3 deletions
|
@ -79,5 +79,13 @@
|
|||
* The two first will be displayed in book entries
|
||||
* The other only appear in book detail
|
||||
*/
|
||||
$config['cops_prefered_format'] = array ("EPUB", "PDF", "MOBI", "CBR", "CBZ");
|
||||
$config['cops_prefered_format'] = array ("EPUB", "PDF", "MOBI", "CBR", "CBZ");
|
||||
|
||||
/*
|
||||
* use URL rewriting for downloading of ebook in HTML catalog
|
||||
* See README for more information
|
||||
* 1 : enable
|
||||
* 0 : disable
|
||||
*/
|
||||
$config['cops_use_url_rewriting'] = "0";
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue