Files
web.ems/phpMyAdmin/db_events.php
agtuser 16a3fd1e1b init
2024-11-11 17:56:00 +08:00

19 lines
271 B
PHP
Executable File

<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* Events management.
*
* @package PhpMyAdmin
*/
/**
* Include required files
*/
require_once 'libraries/common.inc.php';
/**
* Do the magic
*/
$_PMA_RTE = 'EVN';
require_once 'libraries/rte/rte_main.inc.php';