diff options
author | Marcello Coutinho <marcellocoutinho@gmail.com> | 2013-11-11 12:50:29 -0200 |
---|---|---|
committer | Marcello Coutinho <marcellocoutinho@gmail.com> | 2013-11-11 12:50:29 -0200 |
commit | 97883d9c11717d4cc86d82a29d01fa6b940613e1 (patch) | |
tree | 000fce6ec96b829a44fa684aa1d895cd85010122 /config/postfix/pkg_postfix.inc | |
parent | 141c6b63a6b630415d3862b5d530cd4f49bf789d (diff) | |
download | pfsense-packages-97883d9c11717d4cc86d82a29d01fa6b940613e1.tar.gz pfsense-packages-97883d9c11717d4cc86d82a29d01fa6b940613e1.tar.bz2 pfsense-packages-97883d9c11717d4cc86d82a29d01fa6b940613e1.zip |
postfix - add shortcut inc file and change text fields style on gui
Diffstat (limited to 'config/postfix/pkg_postfix.inc')
-rwxr-xr-x | config/postfix/pkg_postfix.inc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/config/postfix/pkg_postfix.inc b/config/postfix/pkg_postfix.inc new file mode 100755 index 00000000..18da1c11 --- /dev/null +++ b/config/postfix/pkg_postfix.inc @@ -0,0 +1,11 @@ +<?php + +global $shortcuts; + +$shortcuts['postfix'] = array(); +$shortcuts['postfix']['main'] = "pkg_edit.php?xml=postfix.xml"; +$shortcuts['postfix']['log'] = "diag_logs_resolver.php"; +$shortcuts['postfix']['status'] = "status_services.php"; +$shortcuts['postfix']['service'] = "postfix"; + +?> |