[Date Prev] [Date Next] | [Thread Prev] [Thread Next] | [Date Index] [Thread Index] |
Re: [snips-users] snipsweb.cgi loops continuously
|
Just at a glance... restoreurl is a parameter (form variable) that basically includes the "refresh" screen; if it's null, it has the side effect of just refreshing the current page. Right- and the current page is the page that says, <meta http-equiv="refresh" content="0;URL=$FORM{'restoreurl'}"> so it cheerfully refreshes that page - forever. I added a line: $FORM{'restoreurl'} or $FORM{'restoreurl'} = "genweb-filter.cgi" ; Have you set the @OK_REFERER or commented it out?
|