additional check

This commit is contained in:
Marc Delisle
2009-03-24 20:16:42 +00:00
parent 4684b03240
commit ceba3c8aa9

View File

@@ -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)