disable intro message
This commit is contained in:
parent
d9423e332d
commit
b6f79bc86e
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=50738
1 changed files with 2 additions and 1 deletions
|
@ -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 );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue