mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-05-07 14:43:45 -04:00
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.
This commit is contained in:
committed by
GitHub
parent
b88b7c03a9
commit
b8094f8044
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user