| @@ 213-216 (lines=4) @@ | ||
| 210 | { |
|
| 211 | return "feed:$url"; |
|
| 212 | } |
|
| 213 | elseif ($http === 3 && strtolower($parsed['scheme']) === 'http') |
|
| 214 | { |
|
| 215 | return substr_replace($url, 'podcast', 0, 4); |
|
| 216 | } |
|
| 217 | elseif ($http === 4 && strtolower($parsed['scheme']) === 'http') |
|
| 218 | { |
|
| 219 | return substr_replace($url, 'itpc', 0, 4); |
|
| @@ 217-220 (lines=4) @@ | ||
| 214 | { |
|
| 215 | return substr_replace($url, 'podcast', 0, 4); |
|
| 216 | } |
|
| 217 | elseif ($http === 4 && strtolower($parsed['scheme']) === 'http') |
|
| 218 | { |
|
| 219 | return substr_replace($url, 'itpc', 0, 4); |
|
| 220 | } |
|
| 221 | else |
|
| 222 | { |
|
| 223 | return $url; |
|