Changeset 10569
- Timestamp:
- Dec 8, 2006, 9:41:56 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/PS-IPP-Config/lib/PS/IPP/Config.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/PS-IPP-Config/lib/PS/IPP/Config.pm
r10568 r10569 1 1 # Copyright (c) 2006 Paul Price, Joshua Hoblitt 2 2 # 3 # $Id: Config.pm,v 1.1 5 2006-12-08 19:41:12price Exp $3 # $Id: Config.pm,v 1.16 2006-12-08 19:41:56 price Exp $ 4 4 5 5 package PS::IPP::Config; … … 121 121 # choose to fix it and give the user what we think they 122 122 # want, rather than what they asked for. 123 $path = File::Spec->catfile( undef, $ blah, $uri->path() );123 $path = File::Spec->catfile( undef, $host, $uri->path() ); 124 124 } else { 125 125 $path = $uri->path();
Note:
See TracChangeset
for help on using the changeset viewer.
