]> git.immae.eu Git - github/shaarli/Shaarli.git/commit
Allow uppercase letters in PHP sessionid format 336/head
authorArthurHoaro <arthur@hoa.ro>
Wed, 2 Sep 2015 15:00:38 +0000 (17:00 +0200)
committerArthurHoaro <arthur@hoa.ro>
Wed, 2 Sep 2015 15:00:38 +0000 (17:00 +0200)
commit4d30975a06354c5a01d2dfdfc5441e160ef4073e
tree5756a3816ca0fbeb4036c632c369406aef86f29a
parent53cc2b93b85a080c6c06bc3633fb454241fc5699
Allow uppercase letters in PHP sessionid format

Fixes shaarli/Shaarli#335 - Wrong login/password since v0.5.2

Regression introduced in 06b6660a7e8891c6e1c47815cf50ee5b2ef5f270
application/Utils.php [changed mode: 0644->0755]
tests/UtilsTest.php [changed mode: 0644->0755]