phpmyadmin/libraries/structure.lib.php
2012-08-06 22:01:58 +05:30

16 lines
181 B
PHP

<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* set of functions for structure section in pma
*
* @package PhpMyAdmin
*/
if (! defined('PHPMYADMIN')) {
exit;
}
?>