]> git.immae.eu Git - github/shaarli/Shaarli.git/commit
Fix compatiliby issue on login with PHP 7.1 1614/head
authorArthurHoaro <arthur@hoa.ro>
Wed, 28 Oct 2020 13:02:08 +0000 (14:02 +0100)
committerArthurHoaro <arthur@hoa.ro>
Wed, 28 Oct 2020 13:02:08 +0000 (14:02 +0100)
commitd3f6d525253eb7bb041d9436cbf213c10524a85c
tree014c3658074c29a97b0d5a990d379adbaab8d754
parent156061d445fd23d033a52f84954484a3349c988a
Fix compatiliby issue on login with PHP 7.1

 session_set_cookie_params does not return any value in PHP 7.1
application/render/PageBuilder.php
application/security/SessionManager.php