additional check
This commit is contained in:
@@ -37,6 +37,8 @@
|
|||||||
{
|
{
|
||||||
// retrieve BS server variables from PMA configuration
|
// retrieve BS server variables from PMA configuration
|
||||||
$bs_server = $PMA_Config->get('BLOBSTREAMING_SERVER');
|
$bs_server = $PMA_Config->get('BLOBSTREAMING_SERVER');
|
||||||
|
if (empty($bs_server)) die('No blob streaming server configured!');
|
||||||
|
|
||||||
$bs_file_path = "http://" . $bs_server . '/' . $bsReference;
|
$bs_file_path = "http://" . $bs_server . '/' . $bsReference;
|
||||||
|
|
||||||
if (isset($customType) && $customType)
|
if (isset($customType) && $customType)
|
||||||
|
Reference in New Issue
Block a user