summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2020-09-16 14:49:54 +0300
committerAndrew Dolgov <[email protected]>2020-09-16 14:49:54 +0300
commit7349c8fbae44928924293219df8f3c80794e8ff3 (patch)
tree2f93c163266ce2bcfcce0a31d72953f093b6d9b2
parent597e3ebdb53ed4cf7f46760daf3b52a80154d6e0 (diff)
dict client is no longer used
-rw-r--r--config.php-dist1
1 files changed, 0 insertions, 1 deletions
diff --git a/config.php-dist b/config.php-dist
index 2898bdf..ff4c32a 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -8,6 +8,5 @@
define('CALIBRE_DB', BOOKS_DIR . "/metadata.db");
define('DICT_ENABLED', false);
- define('DICT_CLIENT', '/usr/bin/dict');
define('DICT_SERVER', 'localhost');