X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=admin%2Fidentitytrust.php;fp=admin%2Fidentitytrust.php;h=51803f0ad96165614f0edc5ca6cf3ba215092288;hb=8adfd604a97d385869b0ce763b35d014d7aa2cca;hp=0000000000000000000000000000000000000000;hpb=9048d8e482c91960265f29c2b5b3112f2a52f3d8;p=fms.git diff --git a/admin/identitytrust.php b/admin/identitytrust.php new file mode 100644 index 0000000..51803f0 --- /dev/null +++ b/admin/identitytrust.php @@ -0,0 +1,44 @@ +prepare("SELECT IdentityID,Name,LocalMessageTrust,PeerMessageTrust,LocalTrustListTrust,PeerTrustListTrust FROM tblIdentity ORDER BY Name;"); + $st->execute(); + ?> +

Identity Trust

+ + + + + + + + + fetch()) + { + ?> + + + + + + + + +
PeerLocal Message TrustPeer Message TrustLocal Trust List TrustPeer Trust List Trust
+ \ No newline at end of file