| = _('MD5-Hash') ?> | = md5(OERHost::thisOne()->public_key) ?> |
| = _('Schlüssel') ?> | = nl2br(htmlReady(OERHost::thisOne()->public_key)) ?> |
| = _('Anzahl verbundener Server') ?> | = OERHost::countBySQL("1=1") - 1 ?> |
| = _('Anzahl eigener Materialien') ?> | = OERMaterial::countBySQL("host_id IS NULL") ?> |
| = _('Anzahl Materialien von anderen Servern') ?> | = OERMaterial::countBySQL("host_id IS NOT NULL") ?> |