diff options
author | Marius Blüm <marius@lineone.io> | 2018-05-08 12:01:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-08 12:01:08 +0200 |
commit | a64aad9c4be9ce52a7bb17c3fc2d1809d9df5af1 (patch) | |
tree | 36fbbf22861b7670f792619307d0263818b3deec /index.php | |
parent | 9fe95e8a7cf5f639fe3ba2a3aa33ce4a5c9a77b6 (diff) | |
download | nextcloud-server-a64aad9c4be9ce52a7bb17c3fc2d1809d9df5af1.tar.gz nextcloud-server-a64aad9c4be9ce52a7bb17c3fc2d1809d9df5af1.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.php | 5 |
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> |