Subversion Repositories oidplus

Rev

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

Rev 1116 Rev 1130
Line 93... Line 93...
93
                $parts = explode('$',$id);
93
                $parts = explode('$',$id);
94
                $id = $parts[0];
94
                $id = $parts[0];
95
 
95
 
96
                if ($id == 'oidplus:create_ra') {
96
                if ($id == 'oidplus:create_ra') {
97
                        $handled = true;
97
                        $handled = true;
98
                        $email = isset($parts[1]) ? $parts[1] : '';
98
                        $email = $parts[1] ?? '';
99
                        $out['title'] = _L('Manual creation of a RA');
99
                        $out['title'] = _L('Manual creation of a RA');
100
                        $out['icon'] = file_exists(__DIR__.'/img/main_icon.png') ? OIDplus::webpath(__DIR__,OIDplus::PATH_RELATIVE).'img/main_icon.png' : '';
100
                        $out['icon'] = file_exists(__DIR__.'/img/main_icon.png') ? OIDplus::webpath(__DIR__,OIDplus::PATH_RELATIVE).'img/main_icon.png' : '';
101
 
101
 
102
                        if (!OIDplus::authUtils()->isAdminLoggedIn()) {
102
                        if (!OIDplus::authUtils()->isAdminLoggedIn()) {
103
                                $out['icon'] = 'img/error.png';
103
                                $out['icon'] = 'img/error.png';