diff options
| author | 2018-03-03 15:06:22 +0100 | |
|---|---|---|
| committer | 2018-03-03 15:06:22 +0100 | |
| commit | b8094f804458e586cf5bbeb8d7b6cf7ee4ed8da9 (patch) | |
| tree | a658048f8a04e06725de1904d61876051249c2b7 | |
| parent | b88b7c03a9cd7db56648b83fd4a7a07e8426a5d5 (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.
| -rw-r--r-- | app/FreshRSS.php | 2 | ||||
| -rw-r--r-- | app/shares.php (renamed from data/shares.php) | 0 |
2 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(); } } diff --git a/data/shares.php b/app/shares.php index 5403fd48c..5403fd48c 100644 --- a/data/shares.php +++ b/app/shares.php |
