separate device version
This commit is contained in:
@@ -23,10 +23,11 @@ $ref = @file_get_contents('ebusd-configuration/.git/refs/heads/master');
|
|||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
<p>latest ebusd version: <?=$versions['ebusd'][0]?></p>
|
<p>latest ebusd version: <?=$versions['ebusd'][0]?></p>
|
||||||
|
<p>latest device firmware: <?=$versions['device'][0]?></p>
|
||||||
<p>config files:
|
<p>config files:
|
||||||
<?php
|
<?php
|
||||||
$func = function($v, $k) {
|
$func = function($v, $k) {
|
||||||
if ($k==='ebusd') {
|
if ($k==='ebusd' || $k==='device') {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
global $ref;
|
global $ref;
|
||||||
|
|||||||
Reference in New Issue
Block a user