Commit bf0c6e18 authored by Nico Schallehn's avatar Nico Schallehn

test

parent 7df949a9
<?php <?php
mb_internal_encoding("UTF-8");
class Media { class Media {
private $Console; private $Console;
private $configfile; private $configfile;
...@@ -187,8 +188,8 @@ class Media { ...@@ -187,8 +188,8 @@ class Media {
/*if(!(strpos( $fsk,"West Germany") == false)){ /*if(!(strpos( $fsk,"West Germany") == false)){
$fsk = trim(substr($fsk,strpos( $fsk,"West Germany")+13,3)); $fsk = trim(substr($fsk,strpos( $fsk,"West Germany")+13,3));
}else*/ }else*/
if(!(strpos( $fsk,"Germany") == false)){ if(!(strrpos( $fsk,"Germany") == false)){
$fsk = trim(substr($fsk,strpos( $fsk,"Germany")+8,3)); $fsk = trim(substr($fsk,strrpos( $fsk,"Germany")+8,3));
}else{ }else{
break; break;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment