repo.or.cz
/
phpmyadmin.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Translated using Weblate (Malayalam)
[phpmyadmin.git]
/
db_events.php
blob
e13935fc68c72c060b86bf846624f9d0f130949d
1
<
?php
2
/* vim: set expandtab sw=4 ts=4 sts=4: */
3
/**
4
* Events management.
5
*
6
* @package PhpMyAdmin
7
*/
8
9
/**
10
* Include required files
11
*/
12
require_once
'libraries/common.inc.php'
;
13
14
/**
15
* Do the magic
16
*/
17
$_PMA_RTE
=
'EVN'
;
18
require_once
'libraries/rte/rte_main.inc.php'
;