Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornachoparker <nacho@ownyourbits.com>2018-04-04 15:21:10 +0300
committernachoparker <nacho@ownyourbits.com>2018-04-04 20:32:07 +0300
commit16e245cf697a88917d07fc0f72af4d27edc1e34b (patch)
tree2c5b40065e7cd31fd9905ad8e65b290dedb3cc15 /ncp-web
parent8a2d30a6b2cf335098391b6ccf985b14cafd1fee (diff)
ncp-web: check for updates upon first runv0.53.20
Diffstat (limited to 'ncp-web')
-rw-r--r--ncp-web/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/ncp-web/index.php b/ncp-web/index.php
index bee9bce4..0f6f1451 100644
--- a/ncp-web/index.php
+++ b/ncp-web/index.php
@@ -71,7 +71,7 @@
if ($ret == 0) {
echo '<div id="notification">';
echo '<div id="update-notification" class="row type-error closeable">';
- 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 '<a class="action close icon-close" href="#" alt="Dismiss"></a>';
echo '</div>';
echo '</div>';