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
Merge remote-tracking branch 'origin/master'
[phpmyadmin.git]
/
db_triggers.php
blob
a415fb43d009fc60fecbf47ee85149e46576d985
1
<
?php
2
/* vim: set expandtab sw=4 ts=4 sts=4: */
3
/**
4
* Triggers management.
5
*
6
* @package PhpMyAdmin
7
*/
8
9
/**
10
* Include required files
11
*/
12
require_once
'libraries/common.inc.php'
;
13
14
/**
15
* Include all other files
16
*/
17
require_once
'libraries/rte/rte_triggers.lib.php'
;
18
19
/**
20
* Do the magic
21
*/
22
$_PMA_RTE
=
'TRI'
;
23
require_once
'libraries/rte/rte_main.inc.php'
;