Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
bcmeter committed May 14, 2022
1 parent aecbcf6 commit 5fc5f58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interface/index.php
Expand Up @@ -184,7 +184,7 @@ function getPID()
$grep = shell_exec('ps aux | grep bcMeter.py | grep -Fv grep | grep -Fv www-data | grep -Fv sudo | grep -Fiv screen | grep python3');
preg_match_all('!\d+!', $grep, $numbers);
$PID = $numbers[0][0];
$VERSION = "0.9.6 04.02.2022";
$VERSION = "0.9.7 2022-05-15";

//echo "$grep";
$STARTED = $numbers[0][8]. ":" . $numbers[0][9];
Expand Down

0 comments on commit 5fc5f58

Please sign in to comment.