summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_packet_capture.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local/www/diag_packet_capture.php')
-rw-r--r--src/usr/local/www/diag_packet_capture.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/diag_packet_capture.php b/src/usr/local/www/diag_packet_capture.php
index d4adee8..39d230d 100644
--- a/src/usr/local/www/diag_packet_capture.php
+++ b/src/usr/local/www/diag_packet_capture.php
@@ -288,7 +288,7 @@ include("head.inc");
if ($input_errors)
print_input_errors($input_errors);
-require('classes/Form.class.php');
+require_once('classes/Form.class.php');
$form = new Form(false); // No button yet. We add those later depending on the required action
OpenPOWER on IntegriCloud