From 409e73c5607609037dadf0b882bc250b63e85537 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Mon, 30 May 2022 13:38:55 -0400 Subject: [PATCH] Don't set connkey, start in single jpeg mode --- web/skins/classic/views/cycle.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/web/skins/classic/views/cycle.php b/web/skins/classic/views/cycle.php index 0b5fd65cd..e2b2f76b3 100644 --- a/web/skins/classic/views/cycle.php +++ b/web/skins/classic/views/cycle.php @@ -38,6 +38,7 @@ if ( empty($_REQUEST['mode']) ) { } else { $options['mode'] = validHtmlStr($_REQUEST['mode']); } +$options['mode'] = 'single'; $widths = array( 'auto' => translate('auto'), @@ -89,7 +90,6 @@ if ( $monitors ) { if ( !$monitor ) { ZM\Error('There was no monitor to display.'); } -$options['connkey'] = generateConnKey(); zm_session_start(); @@ -122,8 +122,6 @@ if ( isset($_COOKIE['zmCycleHeight']) and $_COOKIE['zmCycleHeight'] ) { session_write_close(); -ZM\Debug(print_r($options,true)); - noCacheHeaders(); xhtmlHeaders(__FILE__, translate('CycleWatch')); ?> @@ -175,7 +173,7 @@ xhtmlHeaders(__FILE__, translate('CycleWatch'));
getStreamHTML($options); } else { echo 'There are no monitors to view.'; }