summaryrefslogtreecommitdiffstats
path: root/etc/rc.banner
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-12-24 01:18:23 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-12-24 01:18:23 +0000
commit35b0fa76dda96495989226d7ddecf2ddcb69d71d (patch)
tree9b3745416776601649f4e3e28325d16caaff6125 /etc/rc.banner
parentebe6a7396174f9743add824051aa1a126c5e1207 (diff)
downloadpfsense-35b0fa76dda96495989226d7ddecf2ddcb69d71d.zip
pfsense-35b0fa76dda96495989226d7ddecf2ddcb69d71d.tar.gz
Require functions.inc
Diffstat (limited to 'etc/rc.banner')
-rwxr-xr-xetc/rc.banner1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/rc.banner b/etc/rc.banner
index 34fd7b6..7017f51 100755
--- a/etc/rc.banner
+++ b/etc/rc.banner
@@ -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"));
OpenPOWER on IntegriCloud