2014-06-02 18:29:03 +04:00
|
|
|
<?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');
|
2014-06-02 18:29:03 +04:00
|
|
|
}
|