num_rows == 0) throw_http_error(400, 'Key not found'); $result = $result -> fetch_assoc(); print "\n"; print " \n"; print " \n"; print " Archlinux 32 Key Server -- Get \"" . $result['fingerprint'] . "\"\n"; print " \n"; print " \n"; print " \n"; print " \n"; print "

Archlinux 32 Key Server -- Get \"" . $result['fingerprint'] . "\"

\n"; print "
\n";
    print $result['public_key'] . "\n";
    print "    
\n"; print " \n"; print "\n"; die(); }; $result = mysql_run_query( "SELECT" . " GROUP_CONCAT(`email_actions`.`name` ORDER BY `email_actions`.`name`) AS `action`," . "`persons`.`name` AS `person`," . "`gpg_keys`.`fingerprint`" . " FROM `email_actions`" . mysql_join_email_actions_allowed_email_actions() . " RIGHT" . mysql_join_allowed_email_actions_gpg_keys() . mysql_join_gpg_keys_persons() . " GROUP BY `gpg_keys`.`id`" . " ORDER BY `persons`.`name`" ); print "\n"; print " \n"; print " list of gpg-keys\n"; print " \n"; print " \n"; show_warning_on_offline_slave(); print " \n"; if ($result -> num_rows > 0) { print " \n"; print " \n"; print " \n"; print " \n"; print " \n"; while ($row = $result -> fetch_assoc()) { foreach ($row as $key => $value) { if ($value == "") { $row[$key] = " "; } } print " \n"; print " \n"; print " \n"; print " \n"; print " \n"; } } print "
personactionfingerprint
" . $row["person"] . "" . $row["action"] . "" . $row["fingerprint"] . "
\n"; print " \n"; print "\n";