Update reboot.php

This commit is contained in:
EA4GKQ 2016-06-24 19:44:12 +02:00 committed by GitHub
parent 708e0e7cb6
commit 91208ed7be

View file

@ -1,5 +1,4 @@
<?php
//ea4gkq
$time = microtime();
$time = explode(' ', $time);
$time = $time[1] + $time[0];