summaryrefslogtreecommitdiffstats
path: root/apps/files/appinfo/update.php
blob: 5f054f266bc534023daf203e76134934d3cc47ee (plain)
1
2
3
4
5
6
7
8
<?php

// this drops the keys below, because they aren't needed anymore
// core related
if (version_compare(\OC_Config::getValue('version', '0.0.0'), '7.0.0', '<')) {
	\OC_Config::deleteKey('allowZipDownload');
	\OC_Config::deleteKey('maxZipInputSize');
}