Changeset 20959 for gsdl/trunk/cgi-bin/gliserver.pl
- Timestamp:
- 2009-11-18T16:00:12+13:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gsdl/trunk/cgi-bin/gliserver.pl
r20958 r20959 1015 1015 $file = $gsdl_cgi->decode($file); 1016 1016 $file = "\"$file\""; # Windows: bookend the relative filepath with quotes in case it contains spaces 1017 $file =~ s/\|/&util::get_dirsep()/eg; # Convert the '|' characters into whatever is right for this OS 1017 1018 $perl_args = $file; 1018 1019 }
Note:
See TracChangeset
for help on using the changeset viewer.