Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Reschke <lukas@owncloud.com>2015-12-01 19:04:11 +0300
committerLukas Reschke <lukas@owncloud.com>2015-12-08 10:16:23 +0300
commit235094ab5492990ed4790e5d475beedf3528705a (patch)
treec83938885288ae2796fefb80526e8021f8875abe /.htaccess
parentb15d77c93459743e5e3e29ebefeba0d6fca11b96 (diff)
Remove version check out of .htaccess
This can now be achieved using the new code signing.
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess1
1 files changed, 0 insertions, 1 deletions
diff --git a/.htaccess b/.htaccess
index 230f6ae330f..9dc2983a643 100644
--- a/.htaccess
+++ b/.htaccess
@@ -1,4 +1,3 @@
-# Version: 9.0.0
<IfModule mod_headers.c>
<IfModule mod_fcgid.c>
<IfModule mod_setenvif.c>