Commit 6a097a09 authored by Nico Schallehn's avatar Nico Schallehn

test

parent eb261e14
......@@ -159,6 +159,7 @@ class Media {
}
private function getfileSitze($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