Commit f21a1353 authored by Nico Schallehn's avatar Nico Schallehn

test

parent fe272390
...@@ -135,7 +135,7 @@ class Media { ...@@ -135,7 +135,7 @@ class Media {
}else{ }else{
//TODO Baustelle Start //TODO Baustelle Start
$Pfad = $this->PfadzumEinlesen.'/'.(strlen($value[0])>0?$value[0].'/':''); $Pfad = (($action == "einlesen")?$this->PfadzumEinlesen."/":$this->PfadzumAusgeben."Filme/").(strlen($value[0])>0?$value[0].'/':'');
$PfadOrg = (strlen($value[0])>0?$value[0].'/':''); $PfadOrg = (strlen($value[0])>0?$value[0].'/':'');
$FilenameOrg = $value[1]; $FilenameOrg = $value[1];
$Endung = trim(substr($FilenameOrg,strripos( $FilenameOrg,".")+1)); $Endung = trim(substr($FilenameOrg,strripos( $FilenameOrg,".")+1));
......
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