disable intro message

This commit is contained in:
Wolfram Schneider 2017-08-27 17:46:11 +00:00
parent d9423e332d
commit b6f79bc86e
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=50738

View file

@ -1656,7 +1656,8 @@ sub encode_data {
sub indexpage {
&http_header("text/html");
print &html_header("$www{'title'}: Index Page") . "<h1><br/>", $www{'head'},
"</h1>\n\n" . &intro;
"</h1>\n\n";
# print &intro;
&formquery;
local ($m) = ( $manpath ? $manpath : $manPathDefault );