Revision 6a21243a
Added by Scott Ullrich over 19 years ago
etc/inc/pfsense-utils.inc | ||
---|---|---|
1844 | 1844 |
$netstat = "/usr/bin/netstat"; |
1845 | 1845 |
$awk = "/usr/bin/awk"; |
1846 | 1846 |
$php = "/usr/local/bin/php"; |
1847 |
$spamd_gather = "/usr/local/bin/spamd_gather.php"; |
|
1847 |
$spamd_gather = "/usr/local/bin/spamd_gather_stats.php";
|
|
1848 | 1848 |
|
1849 | 1849 |
$gatewayip = exec("route -n get default | grep gateway | awk '{print $2}'"); |
1850 | 1850 |
/* if an alternative gateway is defined, use it. */ |
Also available in: Unified diff
Use spamd_gather_stats.php instead of spamd_gather.php