|
@ -58,7 +58,7 @@ class Test implements Transport { |
|
|
$parts = parse_url($url); |
|
|
$parts = parse_url($url); |
|
|
if($parts['path']) { |
|
|
if($parts['path']) { |
|
|
$parts['path'] = '/'.str_replace('/','_',substr($parts['path'],1)); |
|
|
$parts['path'] = '/'.str_replace('/','_',substr($parts['path'],1)); |
|
|
if($parts['path'] == '/') |
|
|
|
|
|
|
|
|
if(!isset($parts['path']) || $parts['path'] == '/') |
|
|
$parts['path'] = '/_'; |
|
|
$parts['path'] = '/_'; |
|
|
$filepathurl = self::_build_url($parts); |
|
|
$filepathurl = self::_build_url($parts); |
|
|
} |
|
|
} |
|
|