View Single Post
Old 06-27-2013, 01:35 PM   #493
darkmiss
Member
darkmiss began at the beginning.
 
Posts: 13
Karma: 10
Join Date: Jun 2012
Device: Sony T1
Here's my config-local.php:

if (!isset($config))

$config = array();



/*

* The directory containing calibre's metadata.db file, with sub-directories

* containing all the formats.

* BEWARE : it has to end with a /

*/

$config['calibre_directory'] = '../owncloud/data/user/files/clientsync/Calibre/Calibre Library/';



/*

* Catalog's title

*/

$config['cops_title_default'] = "COPS";



/*

* 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";


There is nothing excapt 2 square symbols in line 28
darkmiss is offline   Reply With Quote