Blame view
sources/apps/files/appinfo/update.php
281 Bytes
|
03e52840d
|
1 |
<?php |
|
6d9380f96
|
2 3 4 5 6 |
// 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');
|
|
03e52840d
|
7 |
} |