fix for edit page after upload
parent
8d2a865436
commit
2207622bbf
@ -1,12 +1,12 @@
|
||||
[General]
|
||||
DB_ROOT =
|
||||
APP_DB_ROOT =
|
||||
MAIN_DIR =
|
||||
LOG_DIR =
|
||||
DB_ROOT = /home/christoph/Calibre-Bibliothek_test
|
||||
APP_DB_ROOT = /home/christoph/computer/calibre-web
|
||||
MAIN_DIR = /home/christoph/computer/calibre-web
|
||||
LOG_DIR = /home/christoph/computer/calibre-web
|
||||
PORT = 8083
|
||||
NEWEST_BOOKS = 60
|
||||
[Advanced]
|
||||
TITLE_REGEX = ^(A|The|An|Der|Die|Das|Den|Ein|Eine|Einen|Dem|Des|Einem|Eines)\s+
|
||||
DEVELOPMENT = 0
|
||||
DEVELOPMENT = 1
|
||||
PUBLIC_REG = 0
|
||||
UPLOADING = 0
|
||||
UPLOADING = 1
|
||||
|
Loading…
Reference in New Issue