Use require_once()

This commit is contained in:
Scott Ullrich 2009-03-12 22:24:42 -04:00
parent 957d8f7562
commit 8dcc8bbc52

View File

@ -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"));