Your IP : 216.73.216.182


Current Path : /var/www/html/myphp/libraries/classes/Engines/
Upload File :
Current File : /var/www/html/myphp/libraries/classes/Engines/Innobase.php

<?php
/**
 * The Innobase storage engine
 */

declare(strict_types=1);

namespace PhpMyAdmin\Engines;

/**
 * The Innobase storage engine
 */
class Innobase extends Innodb
{
}