mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-04 14:32:05 +02:00
cdd5103888bd5776eabf53d7b475ad09db43960b
register cookies in $_REQUEST any more by default (there's now a php.ini variable 'request_order' to controll that, but we want to work with a default configuraltion): - session restore was not working, as only $_REQUEST[sessionid] was checked - multi domain installs not working, as domain cookie was not checked - encrypted session were not working, because kp3 cookie was not checked --> there's now a static method egw_session::get_request($name), which checks $_REQUEST[$name], $_COOKIE[$name] and for that Safari bug also $_COOKIE[ucfirst($name)]
Description
Web based groupware server written in PHP, forum at https://help.egroupware.org/
address-bookcaldav-servercalendarcarddav-servercollaborationegroupwarejavascriptphpproject-managementwebmail
192 MiB
Languages
PHP
55%
TypeScript
18.5%
JavaScript
10.6%
CSS
10%
Less
2%
Other
3.9%