- Hide 'version' row in cfg_config from web interface.
This commit is contained in:
parent
918467a703
commit
253659a825
@ -728,6 +728,8 @@ class TSMMonitor {
|
||||
while(list($keycell, $valcell) = each($row)) {
|
||||
if ($keycell == "id") {
|
||||
$id = $valcell;
|
||||
} else if ($valcell == "version") {
|
||||
continue 2;
|
||||
} else {
|
||||
$modrow[$keycell] = $valcell;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user