mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 08:34:39 +00:00
captive portal: exclude a few more chars following user feedback
This commit is contained in:
parent
cbe5cddbdf
commit
b0a369829a
@ -1,4 +1,5 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Copyright (C) 2015 Deciso B.V.
|
||||
*
|
||||
@ -147,7 +148,7 @@ class Voucher implements IAuthConnector
|
||||
$response = array();
|
||||
if ($this->dbHandle != null) {
|
||||
// list of characters to skip for random generator
|
||||
$doNotUseChr = array('<', '>', '&', 'l' , 'O' ,'`', '|' ,'^', '"');
|
||||
$doNotUseChr = array('<', '>', '{', '}', '&', 'l' , 'O' ,'`', '\'', '|' ,'^', '"');
|
||||
|
||||
// create map of random readable characters
|
||||
$characterMap = '';
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user