This commit is contained in:
Scott Ullrich 2005-06-21 21:45:37 +00:00
parent 30c7f69b6a
commit a29901f38f

View File

@ -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");