diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/cache/.gitignore | 1 | ||||
-rw-r--r-- | app/cache/.htaccess | 2 | ||||
-rwxr-xr-x | app/config/config.inc.default.php | 2 | ||||
-rwxr-xr-x | app/db/poche.sqlite | bin | 491520 -> 491520 bytes |
4 files changed, 1 insertions, 4 deletions
diff --git a/app/cache/.gitignore b/app/cache/.gitignore deleted file mode 100644 index 35c8ca2e..00000000 --- a/app/cache/.gitignore +++ /dev/null | |||
@@ -1 +0,0 @@ | |||
1 | !.htaccess | ||
diff --git a/app/cache/.htaccess b/app/cache/.htaccess deleted file mode 100644 index 93169e4e..00000000 --- a/app/cache/.htaccess +++ /dev/null | |||
@@ -1,2 +0,0 @@ | |||
1 | Order deny,allow | ||
2 | Deny from all | ||
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'); |
diff --git a/app/db/poche.sqlite b/app/db/poche.sqlite index 3d1a8e43..9e9e52cb 100755 --- a/app/db/poche.sqlite +++ b/app/db/poche.sqlite | |||
Binary files differ | |||