summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_dump_states.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local/www/diag_dump_states.php')
-rwxr-xr-xsrc/usr/local/www/diag_dump_states.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/diag_dump_states.php b/src/usr/local/www/diag_dump_states.php
index 68c8bf6..aeb1679 100755
--- a/src/usr/local/www/diag_dump_states.php
+++ b/src/usr/local/www/diag_dump_states.php
@@ -132,7 +132,7 @@ display_top_tabs($tab_array);
// Start of tab content
$current_statecount=`pfctl -si | grep "current entries" | awk '{ print $3 }'`;
-require('classes/Form.class.php');
+require_once('classes/Form.class.php');
$form = new Form(false);
OpenPOWER on IntegriCloud