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:
Daniel Rodriguez 2020-07-21 10:48:57 +02:00
commit dd08f3bfdd
1 changed files with 1 additions and 1 deletions

View File

@ -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) {