aboutsummaryrefslogtreecommitdiffhomepage
path: root/app
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2015-01-20 14:11:26 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2015-01-20 14:11:26 +0100
commit79e051a1f216704752e05f5174633abf20dde582 (patch)
treee55b7f46aad7c8df42534e638b25cdbc258a3c40 /app
parent97a2dd74c872891b694bff0485a0fcc9a82a09e4 (diff)
downloadwallabag-79e051a1f216704752e05f5174633abf20dde582.tar.gz
wallabag-79e051a1f216704752e05f5174633abf20dde582.tar.zst
wallabag-79e051a1f216704752e05f5174633abf20dde582.zip
restructure folders
Diffstat (limited to 'app')
-rw-r--r--app/cache/.gitignore1
-rw-r--r--app/cache/.htaccess2
-rwxr-xr-xapp/config/config.inc.default.php2
-rwxr-xr-xapp/db/poche.sqlitebin491520 -> 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 @@
1Order deny,allow
2Deny 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