diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2007-01-19 04:08:51 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2007-01-19 04:08:51 +0000 |
commit | d7cd7129985ee23cd4258ec9f0550c90b358bc52 (patch) | |
tree | 1c682df405bc85700edb026e2f648f0c45cc122a /usr/local/www | |
parent | ab6a5cfc9e028bce3e784b42737937a386f1337a (diff) | |
download | pfsense-d7cd7129985ee23cd4258ec9f0550c90b358bc52.zip pfsense-d7cd7129985ee23cd4258ec9f0550c90b358bc52.tar.gz |
s/require/require_once/
Diffstat (limited to 'usr/local/www')
-rw-r--r-- | usr/local/www/diag_packet_capture.php | 6 |
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> |