Settings and UI changes

This commit is contained in:
imnavajas
2023-05-28 16:50:56 +02:00
parent 0067e8fea9
commit b1951de661
10 changed files with 66 additions and 50 deletions

View File

@ -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 ) {