diff options
author | Renato Botelho <garga@FreeBSD.org> | 2014-11-18 17:04:03 -0200 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2014-11-18 17:04:03 -0200 |
commit | fa5eabb9ffff905b72b85360eb43f716d745e9ad (patch) | |
tree | db3f59d755e12da4f7753e7898de3bcf566ef5b0 /config/postfix/postfix_view_config.php | |
parent | 6476704901962598163273ad5cc09d71756065a5 (diff) | |
parent | 5de63ed7fed8e7e86686da1346fee0590d8316b2 (diff) | |
download | pfsense-packages-fa5eabb9ffff905b72b85360eb43f716d745e9ad.tar.gz pfsense-packages-fa5eabb9ffff905b72b85360eb43f716d745e9ad.tar.bz2 pfsense-packages-fa5eabb9ffff905b72b85360eb43f716d745e9ad.zip |
Merge pull request #732 from marcelloc/master
Diffstat (limited to 'config/postfix/postfix_view_config.php')
-rw-r--r-- | config/postfix/postfix_view_config.php | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/config/postfix/postfix_view_config.php b/config/postfix/postfix_view_config.php index 24bfd575..f82c9371 100644 --- a/config/postfix/postfix_view_config.php +++ b/config/postfix/postfix_view_config.php @@ -2,7 +2,7 @@ /* postfix_view_config.php part of pfSense (https://www.pfsense.org/) - Copyright (C) 2011-2013 Marcello Coutinho <marcellocoutinho@gmail.com> + Copyright (C) 2011-2014 Marcello Coutinho <marcellocoutinho@gmail.com> based on varnish_view_config. All rights reserved. @@ -34,7 +34,7 @@ if ($pf_version > 2.0) define('POSTFIX_LOCALBASE', '/usr/pbi/postfix-' . php_uname("m")); else define('POSTFIX_LOCALBASE','/usr/local'); - + function get_file($file){ $files['main']=POSTFIX_LOCALBASE."/etc/postfix/main.cf"; $files['master']=POSTFIX_LOCALBASE."/etc/postfix/master.cf"; @@ -59,22 +59,22 @@ else{ $pfSversion = str_replace("\n", "", file_get_contents("/etc/version")); if ($pf_version < 2.0) $one_two = true; - + $pgtitle = "Services: Postfix View Configuration"; include("head.inc"); - + ?> <body link="#0000CC" vlink="#0000CC" alink="#0000CC"> <?php include("fbegin.inc"); ?> - + <?php if($one_two): ?> <p class="pgtitle"><?=$pgtitle?></font></p> <?php endif; ?> - + <?php if ($savemsg) print_info_box($savemsg); ?> - + <form action="postfix_view_config.php" method="post"> - + <div id="mainlevel"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr><td> @@ -117,7 +117,7 @@ else{ <tr> <td class="tabcont" > <div id="file_div"></div> - + </td> </tr> </table> @@ -153,8 +153,8 @@ else{ scroll(0,0); } </script> - <?php - include("fend.inc"); + <?php + include("fend.inc"); } ?> </body> |