phpmyadmin/libraries/engines/innobase.lib.php
Dan Ungureanu 91b97fadc2 Remove unneeded closing tags.
Signed-off-by: Dan Ungureanu <udan1107@gmail.com>
2015-07-19 00:18:38 +03:00

25 lines
371 B
PHP

<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* The Innobase storage engine
*
* @package PhpMyAdmin-Engines
*/
if (! defined('PHPMYADMIN')) {
exit;
}
/**
*
*/
require_once './libraries/engines/innodb.lib.php';
/**
* The Innobase storage engine
*
* @package PhpMyAdmin-Engines
*/
class PMA_StorageEngine_Innobase extends PMA_StorageEngine_Innodb
{
}