diff options
Diffstat (limited to '')
| -rw-r--r-- | hugo/tbl_triggers.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/hugo/tbl_triggers.php b/hugo/tbl_triggers.php new file mode 100644 index 0000000..9c87e67 --- /dev/null +++ b/hugo/tbl_triggers.php @@ -0,0 +1,10 @@ +<?php +/* vim: set expandtab sw=4 ts=4 sts=4: */ +/** + * Triggers management. + * + * @package PhpMyAdmin + */ + +require_once './db_triggers.php'; +?> |
