From 74c8d956096683b380f51a78a62bf917fb1f213b Mon Sep 17 00:00:00 2001 From: nachoparker Date: Thu, 7 Sep 2017 18:39:21 +0200 Subject: [PATCH] ncp-web: link to changelog --- changelog.md | 2 ++ ncp-web/index.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 915300b35..fdfe6204e 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,6 @@ +[v0.26.17](https://github.com/nextcloud/nextcloudpi/commit/a7bfd17) (2017-09-07) ncp-web: link to changelog + [v0.26.16](https://github.com/nextcloud/nextcloudpi/commit/e3d07fb) (2017-09-06) added sendmail and mail configuration [v0.26.15](https://github.com/nextcloud/nextcloudpi/commit/f89c980) (2017-09-06) disable not needed apache modules diff --git a/ncp-web/index.php b/ncp-web/index.php index 7ddbed87d..05fa694ab 100644 --- a/ncp-web/index.php +++ b/ncp-web/index.php @@ -48,7 +48,7 @@ { echo '
'; echo '
'; - echo "version " . file_get_contents( "/var/run/.ncp-latest-version" ) . " is available"; + echo "version " . file_get_contents( "/var/run/.ncp-latest-version" ) . " is available"; echo ''; echo '
'; echo '
';