From: Andrew Dolgov Date: Sat, 13 Jul 2013 17:53:29 +0000 (-0700) Subject: Merge pull request #264 from yak1ex/pr_ja_JP X-Git-Tag: 1.9~27^2 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=30604de7264a97d2a3416e13ac55230cd583162b;hp=bf31d84d39cba601a281524e1aff9fd2b70b91bd;p=tt-rss.git Merge pull request #264 from yak1ex/pr_ja_JP ja_JP translation --- diff --git a/config.php-dist b/config.php-dist index 1fdec26e..0d1bfbc0 100644 --- a/config.php-dist +++ b/config.php-dist @@ -18,9 +18,9 @@ // *** Basic settings (important!) *** // *********************************** - define('SELF_URL_PATH', 'http://yourserver/tt-rss/'); + define('SELF_URL_PATH', 'http://example.org/tt-rss/'); // Full URL of your tt-rss installation. This should be set to the - // location of tt-rss directory, e.g. http://yourserver/tt-rss/ + // location of tt-rss directory, e.g. http://example.org/tt-rss/ // You need to set this option correctly otherwise several features // including PUSH, bookmarklets and browser integration will not work properly. diff --git a/include/sanity_check.php b/include/sanity_check.php index 29e53fa3..a9ba663a 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,