aboutsummaryrefslogtreecommitdiff
path: root/app/FreshRSS.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2018-03-03 15:06:22 +0100
committerGravatar GitHub <noreply@github.com> 2018-03-03 15:06:22 +0100
commitb8094f804458e586cf5bbeb8d7b6cf7ee4ed8da9 (patch)
treea658048f8a04e06725de1904d61876051249c2b7 /app/FreshRSS.php
parentb88b7c03a9cd7db56648b83fd4a7a07e8426a5d5 (diff)
Move shares (#1812)
From ./data/ to ./app/ Fix manual updates like https://github.com/FreshRSS/FreshRSS/issues/1803#issuecomment-369371907 Left for later: support a ./data/shares.local.php for user-defined shares.
Diffstat (limited to 'app/FreshRSS.php')
-rw-r--r--app/FreshRSS.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/FreshRSS.php b/app/FreshRSS.php
index f53c85bfb..25fd429a2 100644
--- a/app/FreshRSS.php
+++ b/app/FreshRSS.php
@@ -128,7 +128,7 @@ class FreshRSS extends Minz_FrontController {
}
header("X-Content-Type-Options: nosniff");
- FreshRSS_Share::load(join_path(DATA_PATH, 'shares.php'));
+ FreshRSS_Share::load(join_path(APP_PATH, 'shares.php'));
self::loadStylesAndScripts();
}
}