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:
@@ -11,7 +11,7 @@ function lookupUserPermission($module) {
|
||||
return 3;
|
||||
}
|
||||
|
||||
$module = sanitizeInput($module);
|
||||
$module = escapeSql($module);
|
||||
|
||||
$sql = mysqli_query(
|
||||
$mysqli,
|
||||
|
||||
Reference in New Issue
Block a user