diff options
author | marcelloc <marcellocoutinho@gmail.com> | 2011-11-15 01:55:13 -0200 |
---|---|---|
committer | marcelloc <marcellocoutinho@gmail.com> | 2011-11-15 01:55:13 -0200 |
commit | 23baa90a7216f9159ca1569554bea064ef28a726 (patch) | |
tree | 7d4a7ac9177b9a0d67ce17c3225ccf0b881ec376 /config/postfix/postfix.php | |
parent | 1a900aafa3d7996900e61ee3656fbffa6c7effb2 (diff) | |
download | pfsense-packages-23baa90a7216f9159ca1569554bea064ef28a726.tar.gz pfsense-packages-23baa90a7216f9159ca1569554bea064ef28a726.tar.bz2 pfsense-packages-23baa90a7216f9159ca1569554bea064ef28a726.zip |
postfix - version 2.2 relased + widget
Diffstat (limited to 'config/postfix/postfix.php')
-rw-r--r-- | config/postfix/postfix.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/postfix/postfix.php b/config/postfix/postfix.php index 992c82c2..d50fd326 100644 --- a/config/postfix/postfix.php +++ b/config/postfix/postfix.php @@ -268,7 +268,7 @@ if ($_REQUEST['files']!= ""){ $stm_fetch=array();
$total_result=0;
foreach ($files as $postfix_db)
- if (file_exists($postfix_dir.'/'.$postfix_db)){
+ if (file_exists($postfix_dir.'/'.$postfix_db)){
$last_next="";
$dbhandle = sqlite_open($postfix_dir.'/'.$postfix_db, 0666, $error);
$stm='select * from '.$queue;
|