diff options
| author | noackorama <noackorama@gmail.com> | 2021-12-27 14:31:33 +0100 |
|---|---|---|
| committer | noackorama <noackorama@gmail.com> | 2021-12-27 14:31:33 +0100 |
| commit | bef855ea1dfa0d749afa1e61b7274770fcc5e0f9 (patch) | |
| tree | effb9d91d044ca289924d8af9e0ea20cc823b99a /config | |
| parent | 617633b81b805c74a541baefc5fe35b9c4909ca5 (diff) | |
remove obsolete libray_config from installer re #495
Diffstat (limited to 'config')
| -rw-r--r-- | config/studip-requirements.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/studip-requirements.php b/config/studip-requirements.php index 7db5e91..947151b 100644 --- a/config/studip-requirements.php +++ b/config/studip-requirements.php @@ -11,7 +11,7 @@ return [ 'gd' => true, 'mbstring' => true, 'json' => true, - 'ftp' => true, + 'ftp' => 'ftp proxy Dateibereich', 'zip' => true, 'xsl' => 'Export', 'xml' => 'Export', |
