Subversion Repositories oidplus

Rev

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

Rev 1266 Rev 1336
Line 168... Line 168...
168
                        $out['text'] .= '               <td>'.(!$sysid_oid ? '<i>'._L('unknown').'</i>' : htmlentities($sysid_oid)).'</td>';
168
                        $out['text'] .= '               <td>'.(!$sysid_oid ? '<i>'._L('unknown').'</i>' : htmlentities($sysid_oid)).'</td>';
169
                        $out['text'] .= '       </tr>';
169
                        $out['text'] .= '       </tr>';
170
 
170
 
171
                        $sysid_guid = OIDplus::getSystemGuid();
171
                        $sysid_guid = OIDplus::getSystemGuid();
172
                        $out['text'] .= '       <tr>';
172
                        $out['text'] .= '       <tr>';
173
                        $out['text'] .= '               <td>'._L('System GUID').' <abbr title="'._L('SHA1-Namebased UUID based on the public key of your OIDplus system.').'">(?)</abbr></td>';
173
                        $out['text'] .= '               <td>'._L('System GUID').' <abbr title="'._L('UUIDv8 based on the System ID of your OIDplus system.').'">(?)</abbr></td>';
174
                        $out['text'] .= '               <td>'.(!$sysid_guid ? '<i>'._L('unknown').'</i>' : htmlentities($sysid_guid)).'</td>';
174
                        $out['text'] .= '               <td>'.(!$sysid_guid ? '<i>'._L('unknown').'</i>' : htmlentities($sysid_guid)).'</td>';
175
                        $out['text'] .= '       </tr>';
175
                        $out['text'] .= '       </tr>';
176
 
176
 
177
                        $sysid = OIDplus::getSystemId(false);
177
                        $sysid = OIDplus::getSystemId(false);
178
                        $sysid_aid = $sysid ? 'D276000186B20005'.strtoupper(str_pad(dechex((int)$sysid),8,'0',STR_PAD_LEFT)) : '';
178
                        $sysid_aid = $sysid ? 'D276000186B20005'.strtoupper(str_pad(dechex((int)$sysid),8,'0',STR_PAD_LEFT)) : '';