session_start(); include("gpgconfig.inc"); include("common.inc"); include("gpgcommon.inc"); ?> #use wml::gpgpage title="GPG Signing Coordination - Your profile" if (!session_is_registered("s_username")) { ?> You should not be here! return FALSE; } else { session_register("s_username"); } ?> if (! ($db = open_db())) { echo "
Cannot open database.
"; return FALSE; } $sql = "SELECT id FROM people WHERE email = '$s_username'"; if (! ($result = pg_exec($db, $sql))) { echo "Problem with query", pg_ErrorMessage($db), "