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 (French)
[phpmyadmin.git]
/
db_events.php
blob
39ee2e414fbed31d566f92eee3ff20f7e79156a7
1
<
?php
2
/* vim: set expandtab sw=4 ts=4 sts=4: */
3
/**
4
* Events management.
5
*
6
* @package PhpMyAdmin
7
*/
8
declare
(
strict_types
=
1
);
9
10
/**
11
* Include required files
12
*/
13
require_once
'libraries/common.inc.php'
;
14
15
/**
16
* Do the magic
17
*/
18
$_PMA_RTE
=
'EVN'
;
19
require_once
'libraries/rte/rte_main.inc.php'
;