338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
|
}
fflush(g.httpOut);
CGIDEBUG(("DONE\n"));
/* After the webpage has been sent, do any useful background
/* processing.
*/
email_auto_exec();
}
/*
** Do a redirect request to the URL given in the argument.
**
** The URL must be relative to the base of the fossil server.
*/
|
>
|
>
|
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
|
}
fflush(g.httpOut);
CGIDEBUG(("DONE\n"));
/* After the webpage has been sent, do any useful background
/* processing.
*/
if( iReplyStatus==200 ){
email_auto_exec();
}
}
/*
** Do a redirect request to the URL given in the argument.
**
** The URL must be relative to the base of the fossil server.
*/
|