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:
authorMarius Blüm <marius@lineone.io>2018-05-08 13:01:08 +0300
committerGitHub <noreply@github.com>2018-05-08 13:01:08 +0300
commita64aad9c4be9ce52a7bb17c3fc2d1809d9df5af1 (patch)
tree36fbbf22861b7670f792619307d0263818b3deec /index.php
parent9fe95e8a7cf5f639fe3ba2a3aa33ce4a5c9a77b6 (diff)
Add PHP missing message to index.php
Signed-off-by: Marius Blüm <marius@lineone.io>
Diffstat (limited to 'index.php')
-rw-r--r--index.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/index.php b/index.php
index 858e433b98a..1ce80b17880 100644
--- a/index.php
+++ b/index.php
@@ -1,5 +1,10 @@
<?php
/**
+ *
+ * Your webserver seems to be not configured to use PHP or PHP is not installed.
+ * Please contact your administrator or follow our documentation:
+ * https://docs.nextcloud.com/server/13/admin_manual/installation/source_installation.html
+ *
* @copyright Copyright (c) 2016, ownCloud, Inc.
*
* @author Georg Ehrke <oc.list@georgehrke.com>