mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
SQL Injection / XSS fixes
This commit is contained in:
@@ -69,7 +69,7 @@
|
||||
}
|
||||
|
||||
if(!empty($_GET['sb'])){
|
||||
$sb = $_GET['sb'];
|
||||
$sb = strip_tags(mysqli_real_escape_string($mysqli, $_GET['sb']));
|
||||
}else{
|
||||
$sb = "invoice_number";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user