additional check

This commit is contained in:
Marc Delisle
2009-03-24 20:16:42 +00:00
parent 6b61b06c95
commit 99e8fbd4ca

View File

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