Echo before the start of the banner

This commit is contained in:
Scott Ullrich 2005-06-20 17:13:11 +00:00
parent e43ba9adf3
commit c1d82d8d11

View File

@ -42,6 +42,7 @@
$platform = chop(file_get_contents("{$g['etc_path']}/platform"));
echo <<<EOD
*** This is pfSense version {$version} - {$platform} ***
LAN -> {$config['interfaces']['lan']['if']} -> {$config['interfaces']['lan']['ipaddr']}
@ -51,4 +52,4 @@ EOD;
for ($i = 1; isset($config['interfaces']['opt' . $i]); $i++)
echo "\n OPT{$i} -> {$config['interfaces']['opt' . $i]['if']} -> " . $config['interfaces']['opt' . $i]['ipaddr'] .
"({$config['interfaces']['opt' . $i]['descr']})";
?>
?>