Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Delisle <marc@infomarc.info>2012-02-17 18:25:45 +0400
committerMarc Delisle <marc@infomarc.info>2012-02-17 18:25:45 +0400
commit87183ee0e1c7ffcce02b6e6bc2e530f13f96d3aa (patch)
treee362e5e1b9e324759799c3d9a5db285ce4adcbee /server_engines.php
parent4bc976136f1572eac03d1959a181fbde49629e9c (diff)
Remove BLOBstreaming support; will need to run update-po after releasing version 3.5
Diffstat (limited to 'server_engines.php')
-rw-r--r--server_engines.php14
1 files changed, 0 insertions, 14 deletions
diff --git a/server_engines.php b/server_engines.php
index 9dcfc12cf4..d7fd4ce4e0 100644
--- a/server_engines.php
+++ b/server_engines.php
@@ -78,20 +78,6 @@ if (empty($_REQUEST['engine'])
$odd_row = !$odd_row;
}
- $PMA_Config = $GLOBALS['PMA_Config'];
- if ($PMA_Config->get('BLOBSTREAMING_PLUGINS_EXIST')) {
- // Special case for PBMS daemon which is not listed as an engine
- echo '<tr class="'
- . ($odd_row ? 'odd' : 'even')
- . '">' . "\n"
- . ' <td><a href="./server_engines.php'
- . PMA_generate_common_url(array('engine' => "PBMS")) . '">' . "\n"
- . ' ' . "PBMS\n"
- . ' </a></td>' . "\n"
- . ' <td>' . htmlspecialchars("PrimeBase MediaStream (PBMS) daemon") . '</td>' . "\n"
- . '</tr>' . "\n";
- }
-
unset($odd_row, $engine, $details);
echo '</tbody>' . "\n"
. '</table>' . "\n";