add hash sign (#) to the list of spcial characters for URLs
This commit is contained in:
parent
c048e2356c
commit
ee114883e8
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@
|
|||
foreach($params as $param)
|
||||
{
|
||||
// Delete critical signs
|
||||
$specials = array('/', '?', '&');
|
||||
$specials = array('/', '?', '&', '#');
|
||||
foreach($specials as &$special) {
|
||||
$param = str_replace($special, '', $param);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue