Ignore:
Timestamp:
Apr 11, 2006, 5:54:42 AM (18 years ago)
Author:
rvelices
Message:

fix: iptc keywords are split the same way for local and remote sites
(create_listing_file)

fix: recent_cats and category_subcats build the url the same way
(both subcatify and normal)

fix: recent_cats subcatify also strip tags on subcategory comment

fix: cookie deletion on logout uses cookie_domain from ini file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/branch-1_6/index.php

    r1123 r1144  
    4545  session_unset();
    4646  session_destroy();
    47   setcookie(session_name(),'',0, ini_get('session.cookie_path') );
     47  setcookie(session_name(),'',0,
     48      ini_get('session.cookie_path'), ini_get('session.cookie_domain') );
    4849  redirect( make_index_url() );
    4950}
Note: See TracChangeset for help on using the changeset viewer.