| @@ 9047-9050 (lines=4) @@ | ||
| 9044 | { |
|
| 9045 | return "feed:$url"; |
|
| 9046 | } |
|
| 9047 | elseif ($http === 3 && strtolower($parsed['scheme']) === 'http') |
|
| 9048 | { |
|
| 9049 | return substr_replace($url, 'podcast', 0, 4); |
|
| 9050 | } |
|
| 9051 | elseif ($http === 4 && strtolower($parsed['scheme']) === 'http') |
|
| 9052 | { |
|
| 9053 | return substr_replace($url, 'itpc', 0, 4); |
|
| @@ 9051-9054 (lines=4) @@ | ||
| 9048 | { |
|
| 9049 | return substr_replace($url, 'podcast', 0, 4); |
|
| 9050 | } |
|
| 9051 | elseif ($http === 4 && strtolower($parsed['scheme']) === 'http') |
|
| 9052 | { |
|
| 9053 | return substr_replace($url, 'itpc', 0, 4); |
|
| 9054 | } |
|
| 9055 | else |
|
| 9056 | { |
|
| 9057 | return $url; |
|