If you are not registered or logged in, you may still use these forums but with limited features. Show recent topics
  [Search] Search   [Hottest Topics] Hottest Topics   [Members]  Member Listing   [FAQ]  FAQ 
[Register] Register / 
[Login] Login 
Bug found in APoll 2.02 cookies; here's how to fix ---  XML
Forum Index » Support Forum
Author Message
Anonymous



In file poll_cookie.php,
line 21 read:

if (!isset($HTTP_COOKIE_VARS[$cookie_name])) {

Extra character, exclamation mark at isset ... delete character. Line should read:

if (isset($HTTP_COOKIE_VARS[$cookie_name])) {


That fixes it. But the program still revotes at each page refresh. Any help with that?
 
Forum Index » Support Forum
Go to:   
Based on the open source JForum