diff options
author | jim-p <jimp@pfsense.org> | 2014-04-10 16:31:57 -0400 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2014-04-10 16:31:57 -0400 |
commit | 0fea430100e63268f0dc313061a713fe114c7c59 (patch) | |
tree | 195c25cd40e51f4256865af3917f84f2a1a7c9bf /config/postfix/postfix_view_config.php | |
parent | 8869c3d78abf2bf7e72fe079ed457c28f3f8edab (diff) | |
download | pfsense-packages-0fea430100e63268f0dc313061a713fe114c7c59.tar.gz pfsense-packages-0fea430100e63268f0dc313061a713fe114c7c59.tar.bz2 pfsense-packages-0fea430100e63268f0dc313061a713fe114c7c59.zip |
Fix a whole bunch of invalid version tests.
Diffstat (limited to 'config/postfix/postfix_view_config.php')
-rw-r--r-- | config/postfix/postfix_view_config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/postfix/postfix_view_config.php b/config/postfix/postfix_view_config.php index c3efda53..24bfd575 100644 --- a/config/postfix/postfix_view_config.php +++ b/config/postfix/postfix_view_config.php @@ -57,7 +57,7 @@ if ($_REQUEST['file']!=""){ } else{ $pfSversion = str_replace("\n", "", file_get_contents("/etc/version")); - if(strstr($pfSversion, "1.2")) + if ($pf_version < 2.0) $one_two = true; $pgtitle = "Services: Postfix View Configuration"; |