]> source.dussan.org Git - nextcloud-server.git/commit
Add version to .htaccess
authorLukas Reschke <lukas@owncloud.com>
Thu, 8 Jan 2015 11:05:54 +0000 (12:05 +0100)
committerLukas Reschke <lukas@owncloud.com>
Thu, 8 Jan 2015 11:49:02 +0000 (12:49 +0100)
commit7fbb7f4dc4cd1918a5b3dfaa4c8dfb6a7e11d0c3
treef3d82bd3c36d0cb3ddf6493702afedcefd951070
parent14e534e93322d3ce3275f04657de40fcf34d61d9
Add version to .htaccess

Currently if a user does not replace the .htaccess file with the new update this can lead to serious problems in case Apache is used as webserver.

This commit adds the version to the .htaccess file and the update routine fails in case not the newest version is specified in there. This obviously means that every release has to update the version specified in .htaccess as well. But I see no better solution for it.

Conflicts:
lib/private/updater.php
.htaccess
lib/private/setup.php
lib/private/updater.php
tests/lib/setup.php