diff options
| author | 2017-05-13 00:05:19 +0200 | |
|---|---|---|
| committer | 2017-05-13 00:05:19 +0200 | |
| commit | e4ffbd3dade28f6263f143437b9865b1c640b269 (patch) | |
| tree | 99b3202ed8ddd988cc653680a2bba1b5b0a9831c /lib/lib_rss.php | |
| parent | 71335143d7961386eba108751cd9070b3952ab2f (diff) | |
Move force-https.default.txt
Diffstat (limited to 'lib/lib_rss.php')
| -rw-r--r-- | lib/lib_rss.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lib_rss.php b/lib/lib_rss.php index 1bf387712..7e14e638d 100644 --- a/lib/lib_rss.php +++ b/lib/lib_rss.php @@ -214,7 +214,7 @@ function customSimplePie() { ), )); $https_domains = array(); - $force = @file(DATA_PATH . '/force-https.default.txt', FILE_IGNORE_NEW_LINES | FILE_SKIP_EMPTY_LINES); + $force = @file(FRESHRSS_PATH . '/force-https.default.txt', FILE_IGNORE_NEW_LINES | FILE_SKIP_EMPTY_LINES); if (is_array($force)) { $https_domains = array_merge($https_domains, $force); } |
