Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Verify and nph

Quote Reply
Verify and nph
Alex, In nph-verify.cgi you have the following which forces nph processing in spite of the setup option

# get the option parameters
my $params = 0;
my $id = 0;
my ($method);
if ($USE_HTML) {
$Links::IN->nph(1);
print $Links::IN->header ( nph => $CFG->{nph_headers} );

Deleting '$Links::IN->nph(1);' makes it work on non nph servers.



Subject Author Views Date
Thread Verify and nph lparry 1920 Jan 3, 2001, 7:32 PM
Post Re: Verify and nph
Alex 1858 Jan 4, 2001, 12:15 PM