motheure values now int
This commit is contained in:
parent
65d4dcbc2b
commit
0506510955
|
@ -105,7 +105,7 @@
|
|||
=========================================================*/
|
||||
/* (1) Log action to default log file */
|
||||
$f_data->fwrite( json_encode([
|
||||
$stop_ts - $start_ts
|
||||
floor( $stop_ts - $start_ts )
|
||||
]).PHP_EOL );
|
||||
|
||||
/* (2) Return status */
|
||||
|
|
Loading…
Reference in New Issue