aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/config/config.inc.default.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/config/config.inc.default.php')
-rwxr-xr-xapp/config/config.inc.default.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/config/config.inc.default.php b/app/config/config.inc.default.php
index 09095235..f77ef566 100755
--- a/app/config/config.inc.default.php
+++ b/app/config/config.inc.default.php
@@ -67,7 +67,7 @@
67@define ('DEFAULT_THEME', 'baggy'); 67@define ('DEFAULT_THEME', 'baggy');
68 68
69@define ('THEME', ROOT . '/themes'); 69@define ('THEME', ROOT . '/themes');
70@define ('LOCALE', ROOT . '/src/Wallabag/Wallabag/Resources/translations/locale'); 70@define ('LOCALE', ROOT . '/src/Wallabag/Wallabag/Resources/translations');
71@define ('CACHE', ROOT . '/app/cache'); 71@define ('CACHE', ROOT . '/app/cache');
72 72
73@define ('PAGINATION', '12'); 73@define ('PAGINATION', '12');