diff --git a/web/skins/classic/views/monitor.php b/web/skins/classic/views/monitor.php index 3fc023c4e..2417c3dd7 100644 --- a/web/skins/classic/views/monitor.php +++ b/web/skins/classic/views/monitor.php @@ -178,7 +178,7 @@ $sourceTypes = array( 'File' => $SLANG['File'], 'Ffmpeg' => $SLANG['Ffmpeg'], 'Libvlc' => $SLANG['Libvlc'], - 'cURL' => "cURL (HTTP only)" + 'cURL' => "cURL (HTTP(S) only)" ); if ( !ZM_HAS_V4L ) unset($sourceTypes['Local']); @@ -731,7 +731,7 @@ switch ( $tab ) elseif ( $newMonitor['Type'] == "cURL" ) { ?> - + $SLANG['File'], 'Ffmpeg' => $SLANG['Ffmpeg'], 'Libvlc' => $SLANG['Libvlc'], - 'cURL' => "cURL (HTTP only)" + 'cURL' => "cURL (HTTP(S) only)" ); if ( !ZM_HAS_V4L ) unset($sourceTypes['Local']); @@ -732,7 +732,7 @@ switch ( $tab ) elseif ( $newMonitor['Type'] == "cURL" ) { ?> - +