egroupware_official/preferences
Ralf Becker 9345152c98 fix PHP 8.0 errors: key(): Argument #1 ($array) must be of type array, null given
guarding key() from calling with null eg. $button = key($content['button']) --> key($content['button'] ?? []) or check before !empty($content['button'])
2021-10-06 16:12:49 +02:00
..
doc *** empty log message *** 2001-08-06 09:46:03 +00:00
inc fix PHP 8.0 errors: key(): Argument #1 ($array) must be of type array, null given 2021-10-06 16:12:49 +02:00
js empty app.js so apps hooking into Password & Security have one to "extend" 2019-09-03 16:21:35 +02:00
lang pending translations from our translation server 2021-04-06 09:41:17 +02:00
setup Bump version to 21.1 2021-05-08 15:02:53 +02:00
templates Preferences: Move default value under the preference name, give it some faded styling 2021-04-27 14:34:13 -06:00
index.php index.php and setup index for preferences redirection to settings 2013-11-18 08:22:19 +00:00