nextcloud/apps/files/appinfo/update.php

9 lines
281 B
PHP
Raw Normal View History

<?php
// this drops the keys below, because they aren't needed anymore
// core related
2014-06-02 20:31:43 +04:00
if (version_compare(\OCP\Config::getSystemValue('version', '0.0.0'), '7.0.0', '<')) {
\OCP\Config::deleteSystemValue('allowZipDownload');
\OCP\Config::deleteSystemValue('maxZipInputSize');
}