Subversion Repositories oidplus

Compare Revisions

Regard whitespace Rev 1200 → Rev 1201

/trunk/systeminfo.php
61,7 → 61,7
$sys_title = OIDplus::config()->getValue('system_title');
$out['SystemTitle'] = $sys_title;
 
// commented out because of privacy
// commented out because of security
/*
$sys_ver = OIDplus::getVersion();
if (!$sys_ver) $sys_ver = 'unknown'; // do not translate
68,7 → 68,7
$out['SystemVersion'] = $sys_ver;
*/
 
// commented out because of privacy
// commented out because of security
/*
$sys_install_type = OIDplus::getInstallType();
$out['SystemInstallType'] = $sys_install_type;