Changeset 1029 for trunk/category.php


Ignore:
Timestamp:
Feb 8, 2006, 2:17:07 AM (18 years ago)
Author:
rvelices
Message:
  • remake of Remote sites and Synchronize:
    • synchronization for remote and local sites are done by the same code
    • remote sites can update metadata now (not before) - bug 279
    • fixes bug 82: has_high column
  • improve feature 280: user sort by filename
  • fix path to template mimetypes icons
  • bug 284: session cookie lifetime, deletion on logout and corrected issue

when db upgrades were missing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/category.php

    r1022 r1029  
    3838  session_unset();
    3939  session_destroy();
    40   setcookie(session_name(),'',0,'/');
     40  setcookie(session_name(),'',0, cookie_path() );
    4141  $url = 'category.php';
    4242  redirect( $url );
Note: See TracChangeset for help on using the changeset viewer.