From b9ba616b7b5441eaccc28043cdb4300eaafe044a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roland=20H=C3=A4der?= Date: Tue, 1 May 2018 23:40:57 +0200 Subject: [PATCH 1/2] Let's have .htaccess not being committed MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- .gitignore | 1 + .htaccess => .htaccess-dist | 0 README.md | 2 ++ 3 files changed, 3 insertions(+) rename .htaccess => .htaccess-dist (100%) diff --git a/.gitignore b/.gitignore index c60897f7..9df6b903 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ *.out +.htaccess .htconfig.php #* favicon.* diff --git a/.htaccess b/.htaccess-dist similarity index 100% rename from .htaccess rename to .htaccess-dist diff --git a/README.md b/README.md index d94b17ab..fe7300e4 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,8 @@ Example cronjob using `www-data` user. */5 * * * * www-data cd /var/www/friendica-directory; php include/cron_sync.php ``` +### 5. Copy .htaccess-dist to .htaccess and make local modifications + ## How syncing works The new syncing features include: pushing and pulling. -- 2.43.0 From 8adf1b842192e081e9b0ce324d4c5267ce24e775 Mon Sep 17 00:00:00 2001 From: Andy H3 Date: Thu, 10 May 2018 09:08:37 +0700 Subject: [PATCH 2/2] Update health_summary.tpl Fixed non-standard example URL --- view/health_summary.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/health_summary.tpl b/view/health_summary.tpl index 6a6e2c9a..41220872 100644 --- a/view/health_summary.tpl +++ b/view/health_summary.tpl @@ -1,7 +1,7 @@

Search for a Friendica node

- +

-- 2.43.0