diff --git a/bs_play_media.php b/bs_play_media.php index 06bdc0731..806437b00 100644 --- a/bs_play_media.php +++ b/bs_play_media.php @@ -37,6 +37,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)