diff --git a/bs_play_media.php b/bs_play_media.php index c681be6d3..6421f76d8 100644 --- a/bs_play_media.php +++ b/bs_play_media.php @@ -33,6 +33,8 @@ { // retrieve BS server variables from PMA configuration $bs_server = $PMA_Config->get('BLOBSTREAMING_SERVER'); + if (empty($bs_server)) die('No blob streaming server configured!'); + $bs_file_path = "http://" . $bs_server . '/' . $bsReference; if (isset($customType) && $customType)