Upgrades from IceHrm Pro v24
This commit is contained in:
@@ -142,3 +142,10 @@ if ($emailEnabled == "1") {
|
||||
}
|
||||
|
||||
\Classes\BaseService::getInstance()->setEmailSender($emailSender);
|
||||
|
||||
function shutdown()
|
||||
{
|
||||
session_write_close();
|
||||
}
|
||||
|
||||
register_shutdown_function('shutdown');
|
||||
|
||||
Reference in New Issue
Block a user