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 (Turkish)
[phpmyadmin.git]
/
tbl_triggers.php
blob
cd13f6a2f88cf37d0416f8d11a5c58417d536e20
1
<
?php
2
/* vim: set expandtab sw=4 ts=4 sts=4: */
3
/**
4
* Triggers management.
5
*
6
* @package PhpMyAdmin
7
*/
8
declare
(
strict_types
=
1
);
9
10
if
(!
defined
(
'ROOT_PATH'
)) {
11
define
(
'ROOT_PATH'
,
__DIR__
.
DIRECTORY_SEPARATOR
);
12
}
13
14
require_once
ROOT_PATH
.
'db_triggers.php'
;