summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorMarius Blüm <marius@lineone.io>2018-05-08 12:01:08 +0200
committerRoeland Jago Douma <roeland@famdouma.nl>2018-05-26 13:29:42 +0200
commit5b846d0e4838fba1acc5172231d292323fc7e04f (patch)
tree48efb6de93402f40e150b4cf588e0532bfa3f789 /index.php
parent043acfebab11e4fdfdda9f412543f3d08b30c33c (diff)
downloadnextcloud-server-5b846d0e4838fba1acc5172231d292323fc7e04f.tar.gz
nextcloud-server-5b846d0e4838fba1acc5172231d292323fc7e04f.zip
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>