Ignore:
Timestamp:
2007-01-25T17:09:04+13:00 (17 years ago)
Author:
mdewsnip
Message:

All requests to gliserver.pl now include a timestamp as the "ts" argument.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/cgi-bin/gliserver.pl

    r13794 r13809  
    5656    # Remove the un argument (since this can mess up other scripts)
    5757    $gsdl_cgi->delete("un");
     58
     59    # Get then remove the ts (timestamp) argument (since this can mess up other scripts)
     60    my $timestamp = $gsdl_cgi->clean_param("ts");
     61    $gsdl_cgi->delete("ts");
    5862
    5963    if ($cmd eq "delete-collection") {
Note: See TracChangeset for help on using the changeset viewer.