Merge pull request #9418 from nextcloud/php-message-indexphp

Add PHP missing message to index.php
This commit is contained in:
Morris Jobke 2018-05-08 17:01:34 +02:00 committed by GitHub
commit 4327eea121
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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>