Subversion Repositories oidplus

Rev

Rev 1115 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1115 Rev 1201
Line 59... Line 59...
59
$out['SystemURL'] = $sys_url;
59
$out['SystemURL'] = $sys_url;
60
 
60
 
61
$sys_title = OIDplus::config()->getValue('system_title');
61
$sys_title = OIDplus::config()->getValue('system_title');
62
$out['SystemTitle'] = $sys_title;
62
$out['SystemTitle'] = $sys_title;
63
 
63
 
64
// commented out because of privacy
64
// commented out because of security
65
/*
65
/*
66
$sys_ver = OIDplus::getVersion();
66
$sys_ver = OIDplus::getVersion();
67
if (!$sys_ver) $sys_ver = 'unknown'; // do not translate
67
if (!$sys_ver) $sys_ver = 'unknown'; // do not translate
68
$out['SystemVersion'] = $sys_ver;
68
$out['SystemVersion'] = $sys_ver;
69
*/
69
*/
70
 
70
 
71
// commented out because of privacy
71
// commented out because of security
72
/*
72
/*
73
$sys_install_type = OIDplus::getInstallType();
73
$sys_install_type = OIDplus::getInstallType();
74
$out['SystemInstallType'] = $sys_install_type;
74
$out['SystemInstallType'] = $sys_install_type;
75
*/
75
*/
76
 
76