mirror of
https://github.com/itflow-org/itflow
synced 2026-08-16 20:45:12 +00:00
Replace Function sanitizeInput() with just escapeSql() and update all instances throughout
This commit is contained in:
@@ -35,7 +35,7 @@ $company_phone = escapeHtml(formatPhoneNumber($company_sql_row['company_phone'],
|
||||
$company_website = escapeHtml($company_sql_row['company_website']);
|
||||
|
||||
$approval_id = intval($_GET['task_approval_id']);
|
||||
$url_key = sanitizeInput($_GET['url_key']);
|
||||
$url_key = escapeSql($_GET['url_key']);
|
||||
|
||||
$task_row = mysqli_fetch_assoc(mysqli_query($mysqli,
|
||||
"SELECT * FROM task_approvals
|
||||
|
||||
Reference in New Issue
Block a user