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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'status.php')
-rw-r--r--status.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/status.php b/status.php
index f97c4410cc8..cc5d5215770 100644
--- a/status.php
+++ b/status.php
@@ -29,6 +29,8 @@
*
*/
+require_once __DIR__ . '/lib/versioncheck.php';
+
try {
require_once __DIR__ . '/lib/base.php';