mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-19 19:15:22 +00:00
system: make this explicit...
This commit is contained in:
parent
536543be11
commit
dc8f8daf4f
@ -106,7 +106,7 @@ function firmware_version_xmlrpc()
|
||||
{
|
||||
return array(
|
||||
'base' => array('version' => trim(shell_exec('opnsense-version -v base'))),
|
||||
'firmware' => array('version' => trim(shell_exec('opnsense-version -v'))),
|
||||
'firmware' => array('version' => trim(shell_exec('opnsense-version -v core'))),
|
||||
'kernel' => array('version' => trim(shell_exec('opnsense-version -v kernel'))),
|
||||
);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user