Commit fefb274c authored by Nico Schallehn's avatar Nico Schallehn

test

parent 0f98c65b
......@@ -9,7 +9,7 @@ $String = exec('find '.$dir.' * | grep mkv');
//var_dump(scandir($String));
echo $String;*/
$seconds = 60*60*24+60;
$seconds = 60*60*24+11*60+15;
$H = floor($seconds / 3600);
$i = ($seconds / 60) % 60;
$s = $seconds % 60;
......
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