aboutsummaryrefslogtreecommitdiffstats
path: root/config/postfix/postfix_about.php
diff options
context:
space:
mode:
authorMarcello Coutinho <marcellocoutinho@gmail.com>2013-12-06 20:14:30 -0200
committerMarcello Coutinho <marcellocoutinho@gmail.com>2013-12-06 20:14:30 -0200
commit6379357ef42d6d42067f3184a92c531405bc9c5a (patch)
treec5a4b97cc86e539fe989648b2424b6dc238611a2 /config/postfix/postfix_about.php
parent1f05146a61256ad51e20e88dcbca232a808b803c (diff)
downloadpfsense-packages-6379357ef42d6d42067f3184a92c531405bc9c5a.tar.gz
pfsense-packages-6379357ef42d6d42067f3184a92c531405bc9c5a.tar.bz2
pfsense-packages-6379357ef42d6d42067f3184a92c531405bc9c5a.zip
postfix - include ipv4,ipv6,virtual and all listen options and fix shortcut call on view,search,queue and about tab
Diffstat (limited to 'config/postfix/postfix_about.php')
-rwxr-xr-xconfig/postfix/postfix_about.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/postfix/postfix_about.php b/config/postfix/postfix_about.php
index 3f3e272a..56645646 100755
--- a/config/postfix/postfix_about.php
+++ b/config/postfix/postfix_about.php
@@ -2,7 +2,7 @@
/*
postfix_about.php
part of pfSense (http://www.pfsense.com/)
- Copyright (C) 2011 Marcello Coutinho <marcellocoutinho@gmail.com>
+ Copyright (C) 2011-2013 Marcello Coutinho <marcellocoutinho@gmail.com>
based on varnish_view_config.
All rights reserved.
@@ -27,7 +27,7 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
*/
-
+$shortcut_section = "postfix";
require("guiconfig.inc");
$pfSversion = str_replace("\n", "", file_get_contents("/etc/version"));