mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Add C/R
This commit is contained in:
parent
30c7f69b6a
commit
a29901f38f
@ -40,7 +40,7 @@
|
||||
touch("{$g['varrun_path']}/booting");
|
||||
|
||||
$motd = trim(return_filename_as_string("/etc/motd"));
|
||||
if(strlen($motd) > 2) echo "\n{$motd}\n";
|
||||
if(strlen($motd) > 2) echo "\n{$motd}\n\n";
|
||||
|
||||
/* parse the configuration and include all functions used below */
|
||||
require_once("config.inc");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user