Skip to content

Commit

Permalink
Fix remove var_dump
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed May 14, 2024
1 parent 1b2bad3 commit 5a82f4c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion htdocs/core/lib/functions.lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -8194,7 +8194,6 @@ static function ($m) {
},
$out
);
var_dump($out);

// Now we remove all remaining HTML entities starting with a number. We don't want such entities.
$out = preg_replace('/&#x?[0-9]+/i', '', $out); // For example if we have j&#x61vascript with an entities without the ; to hide the 'a' of 'javascript'.
Expand Down

0 comments on commit 5a82f4c

Please sign in to comment.