mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Echo before the start of the banner
This commit is contained in:
parent
e43ba9adf3
commit
c1d82d8d11
@ -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']})";
|
||||
?>
|
||||
?>
|
||||
Loading…
Reference in New Issue
Block a user