From 9a1f48967c731f1d8b2b6661e406820a021fa184 Mon Sep 17 00:00:00 2001 From: Cervinko Cera Date: Wed, 20 Apr 2016 19:10:01 +0200 Subject: [PATCH] support for custom columns --- config.ini_example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.ini_example b/config.ini_example index d35aa258..f1b18a87 100644 --- a/config.ini_example +++ b/config.ini_example @@ -7,6 +7,6 @@ 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