mirror of
https://github.com/cytopia/devilbox.git
synced 2024-12-23 14:42:25 +00:00
19 lines
273 B
PHP
19 lines
273 B
PHP
|
<?php
|
||
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||
|
/**
|
||
|
* Triggers management.
|
||
|
*
|
||
|
* @package PhpMyAdmin
|
||
|
*/
|
||
|
|
||
|
/**
|
||
|
* Include required files
|
||
|
*/
|
||
|
require_once 'libraries/common.inc.php';
|
||
|
|
||
|
/**
|
||
|
* Do the magic
|
||
|
*/
|
||
|
$_PMA_RTE = 'TRI';
|
||
|
require_once 'libraries/rte/rte_main.inc.php';
|