Merge pull request #9621 from nextcloud/backport/9418/stable13

[stable13] Add PHP missing message to index.php
This commit is contained in:
Roeland Jago Douma 2018-05-26 20:37:51 +02:00 committed by GitHub
commit 7249f73832
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -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>