Skip to content

Commit

Permalink
fix some warning in phpUnit, an other try ...
Browse files Browse the repository at this point in the history
  • Loading branch information
ralfbecker committed Mar 4, 2020
1 parent d86f990 commit 2662755
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup/inc/class.setup.inc.php
Expand Up @@ -253,6 +253,7 @@ private static function session_start()
case PHP_SESSION_DISABLED:
throw new \ErrorException('EGroupware requires PHP session extension!');
case PHP_SESSION_NONE:
if (headers_sent()) return true;
ini_set('session.use_cookie', true);
session_name(self::SESSIONID);
session_set_cookie_params(0, '/', self::cookiedomain(),
Expand Down

0 comments on commit 2662755

Please sign in to comment.