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 'public.php')
-rw-r--r--public.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/public.php b/public.php
index 567408217d3..f8ef7a272b3 100644
--- a/public.php
+++ b/public.php
@@ -27,6 +27,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/
+
+require_once __DIR__ . '/lib/versioncheck.php';
+
try {
require_once __DIR__ . '/lib/base.php';