diff options
author | Danilo G. Baio (dbaio) <dbaio@bsd.com.br> | 2015-02-16 15:02:09 -0200 |
---|---|---|
committer | Danilo G. Baio (dbaio) <dbaio@bsd.com.br> | 2015-02-16 15:02:09 -0200 |
commit | 366fd69669c5bd329156afe1673c22ee459bb130 (patch) | |
tree | 70d36f1098678b7c274138ac872c8493cd9138ba /config/apcupsd | |
parent | 0feb19d9aa015ca9ca1065b12d116af755493ea6 (diff) | |
download | pfsense-packages-366fd69669c5bd329156afe1673c22ee459bb130.tar.gz pfsense-packages-366fd69669c5bd329156afe1673c22ee459bb130.tar.bz2 pfsense-packages-366fd69669c5bd329156afe1673c22ee459bb130.zip |
apcupsd - fix e-mail notifications
Diffstat (limited to 'config/apcupsd')
-rw-r--r-- | config/apcupsd/apcupsd.xml | 2 | ||||
-rwxr-xr-x | config/apcupsd/apcupsd_mail.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/config/apcupsd/apcupsd.xml b/config/apcupsd/apcupsd.xml index 8a42f352..0b2a96e0 100644 --- a/config/apcupsd/apcupsd.xml +++ b/config/apcupsd/apcupsd.xml @@ -40,7 +40,7 @@ <name>Apcupsd</name> <title>Services: Apcupsd (General)</title> <category>Monitoring</category> - <version>0.3.2</version> + <version>0.3.3</version> <include_file>/usr/local/pkg/apcupsd.inc</include_file> <addedit_string>Apcupsd has been created/modified.</addedit_string> <delete_string>Apcupsd has been deleted.</delete_string> diff --git a/config/apcupsd/apcupsd_mail.php b/config/apcupsd/apcupsd_mail.php index d5b97f92..3b13309c 100755 --- a/config/apcupsd/apcupsd_mail.php +++ b/config/apcupsd/apcupsd_mail.php @@ -29,7 +29,7 @@ require_once("pkg-utils.inc"); require_once("globals.inc"); -require_once("phpmailer/class.phpmailer.php"); +require_once("phpmailer/PHPMailerAutoload.php"); global $config, $g; |