Fixed an error in CSRF.lib.php
Fixed an error in CSRF.lib.php
HD#20af3 Wednesday 7th December 2016, 11:03:22I recently got an error in line 29 of "CSRF.lib.php", because of an bad "[" char.
I solved this by changing the line
`return $_SESSION['token'] = base64_encode(implode('|', [md5($_SERVER['REMOTE_ADDR']), uniqid()]));`
to
`return $_SESSION['token'] = base64_encode(implode('|', array(md5($_SERVER['REMOTE_ADDR']), uniqid())));`
Maybe someone had the same issue, so here's the solution for this.
Thank you for this wonderful piece of software, I found you luckily by reading through the bludit forum :)
Best regards,
HarleyDavidson
I solved this by changing the line
`return $_SESSION['token'] = base64_encode(implode('|', [md5($_SERVER['REMOTE_ADDR']), uniqid()]));`
to
`return $_SESSION['token'] = base64_encode(implode('|', array(md5($_SERVER['REMOTE_ADDR']), uniqid())));`
Maybe someone had the same issue, so here's the solution for this.
Thank you for this wonderful piece of software, I found you luckily by reading through the bludit forum :)
Best regards,
HarleyDavidson
Last modified by HD#20af3 on Tuesday 12th March 2019, 08:58:00
HD#20af3 locked the discussion.
Suggested Topics
AlexanderLiebrecht
started solved Date in the topics does not match - v1.0 RC1
Bug reports
HD#20af3
started 🐞 fixed Fixed an error in CSRF.lib.php
Bug reports
Tasy#5e2c578c
started solved Small mistake in the french version - v.1.0RC2
Bug reports
#740b1
started Name Too short / long
General Questions