aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2018-05-08 17:01:34 +0200
committerGitHub <noreply@github.com>2018-05-08 17:01:34 +0200
commit4327eea121fece7b23cd5a727724e76eab80ced0 (patch)
treefcecca613c4b890bdc78fa3605e2355b7538c888
parent7d3e7f4341d2b547c04c23da69865676f5389a80 (diff)
parenta64aad9c4be9ce52a7bb17c3fc2d1809d9df5af1 (diff)
downloadnextcloud-server-4327eea121fece7b23cd5a727724e76eab80ced0.tar.gz
nextcloud-server-4327eea121fece7b23cd5a727724e76eab80ced0.zip
Merge pull request #9418 from nextcloud/php-message-indexphp
Add PHP missing message 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>