db_events.php 271 B

123456789101112131415161718
  1. <?php
  2. /* vim: set expandtab sw=4 ts=4 sts=4: */
  3. /**
  4. * Events management.
  5. *
  6. * @package PhpMyAdmin
  7. */
  8. /**
  9. * Include required files
  10. */
  11. require_once 'libraries/common.inc.php';
  12. /**
  13. * Do the magic
  14. */
  15. $_PMA_RTE = 'EVN';
  16. require_once 'libraries/rte/rte_main.inc.php';