aboutsummaryrefslogtreecommitdiffstats
path: root/config/arpwatch_reports.php
diff options
context:
space:
mode:
Diffstat (limited to 'config/arpwatch_reports.php')
-rwxr-xr-xconfig/arpwatch_reports.php7
1 files changed, 4 insertions, 3 deletions
diff --git a/config/arpwatch_reports.php b/config/arpwatch_reports.php
index 1bdb5233..c2b4401e 100755
--- a/config/arpwatch_reports.php
+++ b/config/arpwatch_reports.php
@@ -3,7 +3,7 @@
/*
$Id$
- diag_logs.php
+ arpwatch_reports.php
Copyright (C) 2005 Colin Smith
All rights reserved.
@@ -29,9 +29,10 @@
POSSIBILITY OF SUCH DAMAGE.
*/
-require("guiconfig.inc");
+require_once("guiconfig.inc");
+require_once("service-utils.inc");
-$logfile = "/usr/local/arpwatch/arp.dat";
+$logfile = "/var/log/arp.dat";
if ($_POST['clear']) {
stop_service("arpwatch");