This repository has been archived on 2024-12-02. You can view files and clone it, but cannot push or open issues or pull requests.
AbetoArmarios_Web/Source/www/phpmyadmin/libraries/engines/berkeleydb.lib.php

12 lines
231 B
PHP

<?php
/* $Id: berkeleydb.lib.php 8102 2005-12-07 10:28:50Z cybot_tm $ */
// vim: expandtab sw=4 ts=4 sts=4:
include_once './libraries/engines/bdb.lib.php';
class PMA_StorageEngine_berkeleydb extends PMA_StorageEngine_bdb
{
}
?>