summaryrefslogtreecommitdiffstats
path: root/apps/files/appinfo/update.php
blob: de635e5ce6b93b3dfadd1cda033192ee8404629e (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(\OCP\Config::getSystemValue('version', '0.0.0'), '7.0.0', '<')) {
	\OCP\Config::deleteSystemValue('allowZipDownload');
	\OCP\Config::deleteSystemValue('maxZipInputSize');
}