summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2018-05-26 20:37:51 +0200
committerGitHub <noreply@github.com>2018-05-26 20:37:51 +0200
commit7249f73832e70743e01fd7d7449e7429eb9ba607 (patch)
tree48efb6de93402f40e150b4cf588e0532bfa3f789
parent043acfebab11e4fdfdda9f412543f3d08b30c33c (diff)
parent5b846d0e4838fba1acc5172231d292323fc7e04f (diff)
downloadnextcloud-server-7249f73832e70743e01fd7d7449e7429eb9ba607.tar.gz
nextcloud-server-7249f73832e70743e01fd7d7449e7429eb9ba607.zip
Merge pull request #9621 from nextcloud/backport/9418/stable13
[stable13] 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>