diff options
author | Jim P <jim@pingle.org> | 2014-01-08 08:56:22 -0800 |
---|---|---|
committer | Jim P <jim@pingle.org> | 2014-01-08 08:56:22 -0800 |
commit | bba16f4e05dcde0e7b23935e9739c3f86cbacdb7 (patch) | |
tree | 1ac1db6460eb1caee8da03b809fb801e1dab0b06 /config/mailreport/mailreport.xml | |
parent | b1962cf93379b0f9f3dfbfa69cd67f19af7c1539 (diff) | |
parent | 6e61f09defd4f204a7b982653d9c49c98ebbe648 (diff) | |
download | pfsense-packages-bba16f4e05dcde0e7b23935e9739c3f86cbacdb7.tar.gz pfsense-packages-bba16f4e05dcde0e7b23935e9739c3f86cbacdb7.tar.bz2 pfsense-packages-bba16f4e05dcde0e7b23935e9739c3f86cbacdb7.zip |
Merge pull request #569 from danhunsaker/enhance/mailreport/more-freqs
Added quarterly and yearly mailreport frequencies
Diffstat (limited to 'config/mailreport/mailreport.xml')
-rw-r--r-- | config/mailreport/mailreport.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config/mailreport/mailreport.xml b/config/mailreport/mailreport.xml index 5a759984..3b926753 100644 --- a/config/mailreport/mailreport.xml +++ b/config/mailreport/mailreport.xml @@ -37,7 +37,7 @@ ]]> </copyright> <name>mailreport</name> - <version>2.0.6</version> + <version>2.0.7</version> <title>Status: Mail Reports</title> <additional_files_needed> <prefix>/usr/local/bin/</prefix> @@ -96,6 +96,8 @@ exec("rmdir /usr/local/etc/phpmailer"); exec("rm /usr/local/www/status_mail_report.php"); exec("rm /usr/local/www/status_mail_report_edit.php"); + exec("rm /usr/local/www/status_mail_report_add_cmd.php"); + exec("rm /usr/local/www/status_mail_report_add_log.php"); exec("rm /usr/local/www/status_mail_report_add_graph.php"); ]]> </custom_php_deinstall_command> |