summaryrefslogtreecommitdiffstats
path: root/usr/local/www/carp_status.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-06-21 22:49:34 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-06-21 22:49:34 +0000
commit670fafe5177a7cd7f331ba1e48a94b202b89e88a (patch)
tree8029fad0b92f168a30250ed4050bc4dc0d3d1ec7 /usr/local/www/carp_status.php
parenta29901f38fc359a10b8a4df92aeb24176ab75f31 (diff)
downloadpfsense-670fafe5177a7cd7f331ba1e48a94b202b89e88a.zip
pfsense-670fafe5177a7cd7f331ba1e48a94b202b89e88a.tar.gz
require -> require_once
Diffstat (limited to 'usr/local/www/carp_status.php')
-rwxr-xr-xusr/local/www/carp_status.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/carp_status.php b/usr/local/www/carp_status.php
index 4f140e1..0c580af 100755
--- a/usr/local/www/carp_status.php
+++ b/usr/local/www/carp_status.php
@@ -27,8 +27,8 @@
POSSIBILITY OF SUCH DAMAGE.
*/
-require("guiconfig.inc");
-require("xmlparse.inc");
+require_once("guiconfig.inc");
+require_once("xmlparse.inc");
function gentitle_pkg($pgname) {
global $config;
OpenPOWER on IntegriCloud