Require functions.inc

This commit is contained in:
Scott Ullrich 2005-12-24 01:18:23 +00:00
parent ebe6a73961
commit 35b0fa76dd

View File

@ -32,6 +32,7 @@
/* parse the configuration and include all functions used below */
require_once("config.inc");
require_once("functions.inc");
$version = trim(file_get_contents("{$g['etc_path']}/version"));
$platform = trim(file_get_contents("{$g['etc_path']}/platform"));