Translated using Weblate (Lithuanian)
[phpmyadmin.git] / db_routines.php
blob5740c35aeea323772ab4c3da553a62d5bd1f06ab
1 <?php
2 /* vim: set expandtab sw=4 ts=4 sts=4: */
3 /**
4 * Routines management.
6 * @package PhpMyAdmin
7 */
9 /**
10 * Include required files
12 require_once 'libraries/common.inc.php';
14 /**
15 * Include all other files
17 require_once 'libraries/check_user_privileges.inc.php';
19 /**
20 * Do the magic
22 $_PMA_RTE = 'RTN';
23 require_once 'libraries/rte/rte_main.inc.php';