| 
...
 | 
...
 | 
@@ -268,6 +268,8 @@ function web_request_emails():array { | 
| 
 | 
 | 
         $emails = explode(',',$emails);
 | 
| 
 | 
 | 
     }elseif($emails && str_starts_with($emails, '[')){
 | 
| 
 | 
 | 
         $emails = json_decode($emails,true);
 | 
| 
 | 
 | 
     }elseif($emails && str_starts_with($emails, '{')){
 | 
| 
 | 
 | 
         $emails = json_decode($emails,true);
 | 
| 
 | 
 | 
     }else{
 | 
| 
 | 
 | 
         $emails = [$emails];
 | 
| 
 | 
 | 
     }
 | 
...
 | 
...
 | 
 |