mirror of
https://github.com/nextcloud/server.git
synced 2026-06-13 10:40:40 -04:00
chore(provisioning_api): drop unused public/remote handler code
Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
parent
1ebd1aee2f
commit
cd64a9cd6e
1 changed files with 0 additions and 4 deletions
|
|
@ -196,10 +196,6 @@ class AppConfigController extends OCSController {
|
|||
throw new \InvalidArgumentException('The given key can not be set');
|
||||
}
|
||||
|
||||
if ($app === 'core' && (strpos($key, 'public_') === 0 || strpos($key, 'remote_') === 0)) {
|
||||
throw new \InvalidArgumentException('The given key can not be set');
|
||||
}
|
||||
|
||||
if ($app === 'files'
|
||||
&& $key === 'default_quota'
|
||||
&& $value === 'none'
|
||||
|
|
|
|||
Loading…
Reference in a new issue