mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
s/require/require_once/
This commit is contained in:
parent
ab6a5cfc9e
commit
d7cd712998
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user