diff options
| author | Andrew Dolgov <fox+ttrss@fakecake.org> | 2013-07-13 10:53:16 -0700 |
|---|---|---|
| committer | Andrew Dolgov <fox+ttrss@fakecake.org> | 2013-07-13 10:53:16 -0700 |
| commit | e177ce2b497fdfc58250821525154ae46f2b6e5c (patch) | |
| tree | 202a69d150624c0dd6dbf341f9560905a1a83bf0 /include | |
| parent | 7a7a0dc2dd02c7064ce367004bd476345464d8cd (diff) | |
| parent | 39de69406b27140d8492d6955f793428029139e1 (diff) | |
Merge pull request #265 from frh/master
Change default SELF_URL_PATH for RFC 2602
Diffstat (limited to 'include')
| -rw-r--r-- | include/sanity_check.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sanity_check.php b/include/sanity_check.php index 29e53fa33..a9ba663a9 100644 --- a/include/sanity_check.php +++ b/include/sanity_check.php @@ -95,7 +95,7 @@ } } - if (SELF_URL_PATH == "http://yourserver/tt-rss/") { + if (SELF_URL_PATH == "http://example.org/tt-rss/") { $urlpath = preg_replace("/\w+\.php$/", "", make_self_url_path()); array_push($errors, |