X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=admin%2Flocalidentities.php;fp=admin%2Flocalidentities.php;h=0000000000000000000000000000000000000000;hb=f208e33c29132aacaec448e74341edea1b925a2a;hp=b98f4207bc9824a4d5bd6c2dcbe83f13f2c91e65;hpb=d8ccfe2b3944adf07d35534459cdda19d15217c8;p=fms.git diff --git a/admin/localidentities.php b/admin/localidentities.php deleted file mode 100644 index b98f420..0000000 --- a/admin/localidentities.php +++ /dev/null @@ -1,102 +0,0 @@ - - - prepare("UPDATE tblLocalIdentity SET SingleUse=?, PublishTrustList=? WHERE LocalIdentityID=?;"); - for($i=0; $ibindParam(1,$_REQUEST['singleuse'][$_REQUEST['update'][$i]]); - $st->bindParam(2,$_REQUEST['publishtrustlist'][$_REQUEST['update'][$i]]); - $st->bindParam(3,$_REQUEST['localidentityid'][$_REQUEST['update'][$i]]); - $st->execute(); - } - } - } - if($_REQUEST['formaction']=='delete' && isset($_REQUEST['update'])) - { - $st=$db->prepare("DELETE FROM tblLocalIdentity WHERE LocalIdentityID=?;"); - - for($i=0; $ibindParam(1,$_REQUEST['localidentityid'][$_REQUEST['update'][$i]]); - $st->execute(); - } - } - } - } - - $st=$db->prepare("SELECT LocalIdentityID,Name,PublicKey,PublishTrustList,SingleUse,PublishBoardList FROM tblLocalIdentity ORDER BY Name;"); - $st->execute(); - ?> -

Local Identities

-
- - - - - - - - - fetch()) - { - ?> - - - - - - - -
NameSingle UsePublish Trust List
- - - - - - - - -
- - -
- \ No newline at end of file