Author: noodles
Date: 2003/04/19 14:23:46
Move "Find reverse path" to gpgwww so we only get it once.
exit(1);
}
- printf("<P>Looking for path from 0x%llX to 0x%llX</P>\n", from, to);
+ printf("<P>Looking for path from 0x%llX to 0x%llX.\n", from, to);
+ printf("<A HREF=\"gpgwww?from=0x%08llX&to=0x%08llX\">"
+ "Find reverse path</A></P>\n",
+ to,
+ from);
+
readconfig();
initlogthing("gpgwww", config.logfile);
initdb();
curkey = findinhash(curkey->parent);
}
putchar('\n');
- if (html) {
- printf("<BR><A HREF=\"gpgwww?from=0x%08llX&"
- "to=0x%08llX\">"
- "Find reverse path</A>\n",
- want,
- have);
- }
}
pathnum++;
}