mirror of
https://github.com/WhatCD/Gazelle.git
synced 2024-12-13 02:46:30 +00:00
Empty commit
This commit is contained in:
parent
a14a9f0b59
commit
7d8bd2591a
@ -3,7 +3,7 @@
|
|||||||
if (!check_perms('users_give_donor')) {
|
if (!check_perms('users_give_donor')) {
|
||||||
error(403);
|
error(403);
|
||||||
}
|
}
|
||||||
if (!is_number($_POST['id']) || !is_number($_POST['donation_amount']) || empty($_POST['donation_currency'])) {
|
if (!is_number($_POST['id']) || !is_numeric($_POST['donation_amount']) || empty($_POST['donation_currency'])) {
|
||||||
error(404);
|
error(404);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user