Changeset 9208


Ignore:
Timestamp:
2005-02-28T13:37:45+13:00 (19 years ago)
Author:
mdewsnip
Message:

Changed to be executable.

Location:
trunk/gsdl/cgi-bin
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/cgi-bin/download

    r9165 r9208  
    4848    my $pipe_cmd = "cat $col.zip"; # Unix specific
    4949   
    50 
    5150    if (open(PIN,"$pipe_cmd |")) {
    5251    binmode(PIN);
  • trunk/gsdl/cgi-bin/launch

    r9022 r9208  
    1414    $gsdl_cgi->generate_error("Unable to locate setup.bash\n$note");
    1515    }
    16 
    1716
    1817    # Unix specific, need to generalise to Windows etc.
  • trunk/gsdl/cgi-bin/upload

    r9203 r9208  
    77sub main
    88{
    9 
    109    my $gsdl_cgi = new gsdlCGI();
    1110    my $gsdlhome = $gsdl_cgi->get_config_info("gsdlhome");
Note: See TracChangeset for help on using the changeset viewer.