Translated using Weblate (Norwegian Bokmål)
[phpmyadmin.git] / db_events.php
blobe13935fc68c72c060b86bf846624f9d0f130949d
1 <?php
2 /* vim: set expandtab sw=4 ts=4 sts=4: */
3 /**
4 * Events management.
6 * @package PhpMyAdmin
7 */
9 /**
10 * Include required files
12 require_once 'libraries/common.inc.php';
14 /**
15 * Do the magic
17 $_PMA_RTE = 'EVN';
18 require_once 'libraries/rte/rte_main.inc.php';