Merge branch 'ent-5964-AADCM-Refresh-time-en-CV-link-publico' into 'develop'
fix default refresh time in visual console public link See merge request artica/pandorafms!3309
This commit is contained in:
commit
dd08f3bfdd
|
@ -64,7 +64,7 @@ if ($myhash != $hash) {
|
|||
exit;
|
||||
}
|
||||
|
||||
$refr = (int) get_parameter('refr', 0);
|
||||
$refr = (int) get_parameter('refr', $config['refr']);
|
||||
$layout = db_get_row('tlayout', 'id', $id_layout);
|
||||
|
||||
if (! $layout) {
|
||||
|
|
Loading…
Reference in New Issue