Translated using Weblate (German)
[phpmyadmin.git] / db_triggers.php
blob885f1457c83be24d14e3da79d8d4f51341825e02
1 <?php
2 /* vim: set expandtab sw=4 ts=4 sts=4: */
3 /**
4 * Triggers management.
6 * @package PhpMyAdmin
7 */
8 declare(strict_types=1);
10 /**
11 * Include required files
13 require_once 'libraries/common.inc.php';
15 /**
16 * Do the magic
18 $_PMA_RTE = 'TRI';
19 require_once 'libraries/rte/rte_main.inc.php';