summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-01-19 04:08:51 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-01-19 04:08:51 +0000
commitd7cd7129985ee23cd4258ec9f0550c90b358bc52 (patch)
tree1c682df405bc85700edb026e2f648f0c45cc122a /usr
parentab6a5cfc9e028bce3e784b42737937a386f1337a (diff)
downloadpfsense-d7cd7129985ee23cd4258ec9f0550c90b358bc52.zip
pfsense-d7cd7129985ee23cd4258ec9f0550c90b358bc52.tar.gz
s/require/require_once/
Diffstat (limited to 'usr')
-rw-r--r--usr/local/www/diag_packet_capture.php6
1 files changed, 2 insertions, 4 deletions
diff --git a/usr/local/www/diag_packet_capture.php b/usr/local/www/diag_packet_capture.php
index 6c53442..f3f5453 100644
--- a/usr/local/www/diag_packet_capture.php
+++ b/usr/local/www/diag_packet_capture.php
@@ -24,8 +24,8 @@
*/
$pgtitle = array("Diagnostics", "Packet Capture");
-require("guiconfig.inc");
-require("pfsense-utils.inc");
+require_once("guiconfig.inc");
+require_once("pfsense-utils.inc");
$fp = "/usr/local/www/";
$fn = "packetcapture.cap";
@@ -91,8 +91,6 @@ include("head.inc"); ?>
<body link="#000000" vlink="#0000CC" alink="#0000CC">
<? include("fbegin.inc"); ?>
-
-
<p class="pgtitle"><?=$pgtitle?></p>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
OpenPOWER on IntegriCloud