Changeset 1113 for trunk/index.php


Ignore:
Timestamp:
Mar 30, 2006, 2:37:07 AM (18 years ago)
Author:
rvelices
Message:

fix: image_order cookie path fixed for url rewriting

improve: add function access_denied called when check_status or
check_restrictions fail

fix: french language correction

fix: remove php warnings in clean_iptc_value

split search functions into include/functions_search.inc.php

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/index.php

    r1109 r1113  
    5555    'pwg_image_order',
    5656    $_GET['image_order'] > 0 ? $_GET['image_order'] : '',
    57     0
     57    0, cookie_path()
    5858    );
    5959
Note: See TracChangeset for help on using the changeset viewer.