moved the dashboard_ to dash_

pull/14/head
Tom Early 6 years ago
parent 018144ce54
commit 69ac52fe8b

@ -350,7 +350,7 @@ bool CQnetGateway::ReadConfig(char *cfgFile)
cfg.GetValue(path+"local_rptr", estr, TIMING_TIMEOUT_LOCAL_RPTR, 1, 10);
// dashboard
path.assign("dashboard_");
path.assign("dash_");
cfg.GetValue(path+"enable_lastheard", estr, DASH_SHOW_LH);
cfg.GetValue(path+"sql_filename", estr, DASH_SQL_NAME, 1, 32);

Loading…
Cancel
Save

Powered by TurnKey Linux.