Refactor the use of Calibre path to prepare multi database. re #40
This commit is contained in:
parent
f8f20f3d5c
commit
d86d544074
4 changed files with 17 additions and 7 deletions
|
@ -100,7 +100,7 @@
|
|||
|
||||
$dir = $config['calibre_internal_directory'];
|
||||
if (empty ($config['calibre_internal_directory'])) {
|
||||
$dir = $config['calibre_directory'];
|
||||
$dir = Base::getDbDirectory ();
|
||||
}
|
||||
|
||||
if (empty ($config['cops_x_accel_redirect'])) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue