mirror of
https://github.com/fspc/Yellow-Bike-Database.git
synced 2026-09-03 02:11:38 -04:00
Returns banned list.
This commit is contained in:
@@ -47,6 +47,16 @@ $ssl_certificate = SSL_CERTIFICATE;
|
||||
|
||||
}
|
||||
|
||||
|
||||
// pass banned contact_id values if they exist
|
||||
if (isset($_POST['banned'])) {
|
||||
|
||||
if ($banned_individuals) {
|
||||
echo json_encode($banned_individuals);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
// update email_list
|
||||
if( isset($_POST['email_list']) ) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user