Commit 24ff64b2 authored by Nico Schallehn's avatar Nico Schallehn

test

parent 6a097a09
......@@ -158,7 +158,7 @@ class Media {
}
private function getfileSitze($file){
$size = explode(" ", exec('du -s "'.$file.'"'));
$size = explode("/", exec('du -s "'.$file.'"'));
var_dump($size);
return trim($size[0]);
......
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