Translated using Weblate (Indonesian)
[phpmyadmin.git] / db_routines.php
blob7e5c3ba093b812d90aa29c5f4d18997f87e637d0
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.lib.php';
19 /**
20 * Do the magic
22 $_PMA_RTE = 'RTN';
23 require_once 'libraries/rte/rte_main.inc.php';