mirror of
https://github.com/itflow-org/itflow
synced 2026-08-15 12:05:11 +00:00
Replace Function sanitizeInput() with just escapeSql() and update all instances throughout
This commit is contained in:
@@ -12,7 +12,7 @@ if (isset($_GET['stripe_remove_pm'])) {
|
||||
}
|
||||
|
||||
$client_id = intval($_GET['client_id']);
|
||||
$payment_method = sanitizeInput($_GET['pm']);
|
||||
$payment_method = escapeSql($_GET['pm']);
|
||||
|
||||
try {
|
||||
// Initialize stripe
|
||||
|
||||
Reference in New Issue
Block a user