From 8dcc8bbc52ae50246c50fb050d40f717822c3fcf Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Thu, 12 Mar 2009 22:24:42 -0400 Subject: Use require_once() --- etc/rc.banner | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'etc') diff --git a/etc/rc.banner b/etc/rc.banner index d4e840a..1ba8803 100755 --- a/etc/rc.banner +++ b/etc/rc.banner @@ -32,8 +32,8 @@ */ /* parse the configuration and include all functions used below */ - require("config.inc"); - require("interfaces.inc"); + require_once("config.inc"); + require_once("interfaces.inc"); $version = trim(file_get_contents("{$g['etc_path']}/version")); $platform = trim(file_get_contents("{$g['etc_path']}/platform")); -- cgit v1.1