Skip to content
Snippets Groups Projects
Commit 3984b0c2 authored by Laurence Sebastian Bowes's avatar Laurence Sebastian Bowes
Browse files

working

parent 9fbcdfc2
No related branches found
No related tags found
No related merge requests found
......@@ -38,6 +38,18 @@ function check_SU_trans($sid, $transid) {
}
check_SU_trans("786857","30163352");
function check_SU_SID($sid) {
global $just_members;
foreach ($just_members as $member){
if ($sid == $member["card_number"]){
return true;
}
}
return false;
}
?>
\ No newline at end of file
check_SU_trans("786857","30163352");
check_SU_SID(825035);
?>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment