mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
Settings and UI changes
This commit is contained in:
@ -465,7 +465,8 @@ function escape_only($value='') {
|
||||
}
|
||||
|
||||
function unescape($value='') {
|
||||
return html_entity_decode($value,null,'UTF-8');;
|
||||
//return html_entity_decode($value,null,'UTF-8');;
|
||||
return html_entity_decode($value,ENT_QUOTES | ENT_SUBSTITUTE | ENT_HTML401,'UTF-8');
|
||||
}
|
||||
|
||||
function redirect_to( $location = NULL ) {
|
||||
|
||||
Reference in New Issue
Block a user