Hi, > I just checked Matt's patch, and he indeed added that code. So it will > work. You cannot set ENV-vars though!
Hi,
It must set RELAYCLIENT though I would have thought.... just had a quick
look at the code and yes:
! if(usemysql) {
! if(flagdeny==2) {
! /* drop_db(); */
! } else if(!flagdeny) {
! env("RELAYCLIENT","");
! }
! flagdeny=0;
! }
So if you wanted any other ENV variables set you could just add them
there under env("RELAYCLIENT",""); ..... right?
Cheers,
Jonathan
