mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-05 19:42:38 +02:00
TALOS Security Advisory for WWBN (TALOS-2022-1551, TALOS-2022-1550, TALOS-2022-1549, TALOS-2022-1548, TALOS-2022-1547, TALOS-2022-1546, TALOS-2022-1545, TALOS-2022-1542, TALOS-2022-1540 - TALOS-2022-1534)
Should all be good now
This commit is contained in:
parent
68328cdd42
commit
21fed6e0b7
36 changed files with 3221 additions and 3091 deletions
|
@ -58,7 +58,7 @@ class BootGrid
|
|||
|
||||
if (!empty($_POST['searchPhrase'])) {
|
||||
global $global;
|
||||
$search = $global['mysqli']->real_escape_string(xss_esc($_POST['searchPhrase']));
|
||||
$search = (xss_esc($_POST['searchPhrase']));
|
||||
$search = str_replace('"', '"', $search);
|
||||
$like = [];
|
||||
foreach ($searchFieldsNames as $value) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue