Browse Source

Small change and removing swap files

spesk1 4 years ago
parent
commit
7f226b85f2
1 changed files with 1 additions and 2 deletions
  1. 1 2
      lib/Gsg/Html.pm

+ 1 - 2
lib/Gsg/Html.pm

@@ -40,8 +40,7 @@ sub write_root_index($$$$) {
 	my $logger = shift;
 	write_file("", $index);
 	append_file("<html><body><b>Git Projects</b><br><head><META NAME=\"ROBOTS\" CONTENT=\"NOINDEX, NOFOLLOW\"></head>\n",$index);
-	append_file("<small><i>Statically generated web root for browsing this git server</i></small><br>",$index);
-	append_file("<small><i>This is a read-only site and does not provide a merge/clone interface</i></small><hr/>",$index);
+	append_file("<small><i>Statically generated web root for browsing this git server</i></small><br><hr/>",$index);
 	
 	my $mkdirCmd = findBin("mkdir",$logger);
 	foreach my $project ( @$project_dirs_ref ) {