Subversion Repositories oidplus

Rev

Rev 1293 | Rev 1321 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1293 Rev 1294
Line 54... Line 54...
54
                        } catch (\Exception $e) {
54
                        } catch (\Exception $e) {
55
                                $aai .= dechex(mt_rand(0, 15));
55
                                $aai .= dechex(mt_rand(0, 15));
56
                        }
56
                        }
57
                }
57
                }
58
 
58
 
59
                if ($params['aai_multicast'] == 'true') {
59
                if (oidplus_is_true($params['aai_multicast'] ?? false)) {
60
                        $aai[1] = '3';
60
                        $aai[1] = '3';
61
                } else {
61
                } else {
62
                        $aai[1] = '2';
62
                        $aai[1] = '2';
63
                }
63
                }
64
 
64