Commit 85a2e27a authored by Ad Schellevis's avatar Ad Schellevis Committed by Franco Fichtner

(Captiveportal, new) don't use & in tickets

(cherry picked from commit 966266e7)
parent b38c08f4
......@@ -147,7 +147,7 @@ class Voucher implements IAuthConnector
$response = array();
if ($this->dbHandle != null) {
// list of characters to skip for random generator
$doNotUseChr = array('<', '>');
$doNotUseChr = array('<', '>', '&');
// create map of random readable characters
$characterMap = '';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment