mirror of
https://github.com/itflow-org/itflow
synced 2026-07-23 08:50:42 +00:00
Replace Function sanitizeInput() with just escapeSql() and update all instances throughout
This commit is contained in:
@@ -8,7 +8,7 @@ require_once "includes/inc_all_admin.php";
|
||||
|
||||
|
||||
if (isset($_GET['table'])) {
|
||||
$table = sanitizeInput($_GET['table']);
|
||||
$table = escapeSql($_GET['table']);
|
||||
} else {
|
||||
$table = "client_assets";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user