fix default refresh time in visual console public link

This commit is contained in:
alejandro-campos 2020-06-16 12:44:10 +02:00
parent e6aee8582d
commit ca281bac18
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,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) {