summaryrefslogtreecommitdiffstats
path: root/apps/files
diff options
context:
space:
mode:
authorJörn Friedrich Dreyer <jfd@butonic.de>2014-12-18 23:01:49 +0100
committerJörn Friedrich Dreyer <jfd@butonic.de>2014-12-18 23:01:49 +0100
commit49318b4d93b4dc5fbd58fa87b2efa8f1577fb7b7 (patch)
treee5e909e5482f77eb0965f174cf3c32108f0270dd /apps/files
parent5327b8043019ec8f0cfe19d70794978570bba4bc (diff)
parentd41082f4d625ae5aa053e6f038fa498517e45ef0 (diff)
downloadnextcloud-server-49318b4d93b4dc5fbd58fa87b2efa8f1577fb7b7.tar.gz
nextcloud-server-49318b4d93b4dc5fbd58fa87b2efa8f1577fb7b7.zip
Merge pull request #12896 from owncloud/drop-deprecated
first step to drop \OCP\Config:: in favour of IConfig
Diffstat (limited to 'apps/files')
-rw-r--r--apps/files/appinfo/update.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/apps/files/appinfo/update.php b/apps/files/appinfo/update.php
deleted file mode 100644
index de635e5ce6b..00000000000
--- a/apps/files/appinfo/update.php
+++ /dev/null
@@ -1,8 +0,0 @@
-<?php
-
-// this drops the keys below, because they aren't needed anymore
-// core related
-if (version_compare(\OCP\Config::getSystemValue('version', '0.0.0'), '7.0.0', '<')) {
- \OCP\Config::deleteSystemValue('allowZipDownload');
- \OCP\Config::deleteSystemValue('maxZipInputSize');
-}