X-Git-Url: https://git.pterodactylus.net/?p=fms.git;a=blobdiff_plain;f=admin%2Fidentitytrust.php;h=6c4663bd91fc80d8d38f270f822b41bbf8727490;hp=8e5aa1e4d401b34d1727737d6675edc5af20e0d0;hb=964f55fd550fc711c0320ce6a24ad713040695d0;hpb=868c533e84b3c81b6604b45b84efa32073aa20b4 diff --git a/admin/identitytrust.php b/admin/identitytrust.php index 8e5aa1e..6c4663b 100644 --- a/admin/identitytrust.php +++ b/admin/identitytrust.php @@ -25,10 +25,11 @@ function content() } } - $st=$db->prepare("SELECT IdentityID,Name,LocalMessageTrust,PeerMessageTrust,LocalTrustListTrust,PeerTrustListTrust FROM tblIdentity ORDER BY Name;"); + $st=$db->prepare("SELECT IdentityID,Name,LocalMessageTrust,PeerMessageTrust,LocalTrustListTrust,PeerTrustListTrust,PublicKey FROM tblIdentity ORDER BY Name;"); $st->execute(); ?>

Identity Trust

+ Message Trust is how much you trust the identity to post good messages. Trust List Trust is how much weight you want the trust list of that identity to have when calculating the total. The local trust levels are set by you, and the peer trust levels are calculated by a weighted average using other identities trust lists.
@@ -44,18 +45,18 @@ function content() { ?> - - +
- - + + + - - + + - - + +