chiark / gitweb /
Send webstump CGI logs to "errs" too to capture all of the decisions
[modbot-mtm.git] / webstump / scripts / html_output.pl
index e99c8d1d109dd1ecc4b060d18831036f115de81c..59a6423de6674f7aca397a73b28a386225296980 100644 (file)
@@ -149,22 +149,22 @@ this page. <HR>";
   for example, \"xyzzy\" and \"XyZZY\" are equally valid.<P>
 ";
 
-  print "
- Log in as \"admin\" if you want to 
-<UL>
-  <LI> edit filtering lists.";
-
-  &link_to_help( "filter-lists", "Filter Lists" );
-
-  print "
-  <LI> add/delete users or change their passwords.
-  <LI> First Time Users: You have to log in as admin and add a moderator user
-  who will be able to moderate the newsgroup. Then log in again as that
-  user. If you are a new user, you have to have your admin password assigned to
-  you by the administrator.
-</UL>
-
-";
+#  print "
+# Log in as \"admin\" if you want to 
+#<UL>
+#  <LI> edit filtering lists.";
+#
+#  &link_to_help( "filter-lists", "Filter Lists" );
+#
+#  print "
+#  <LI> add/delete users or change their passwords.
+#  <LI> First Time Users: You have to log in as admin and add a moderator user
+#  who will be able to moderate the newsgroup. Then log in again as that
+#  user. If you are a new user, you have to have your admin password assigned to
+#  you by the administrator.
+#</UL>
+#
+#";
   &end_html;
 }
 
@@ -371,7 +371,6 @@ sub admin_add_newsgroup {
   
   print "Creating files in $dir...";
   
-  &append_to_file( "$dir/blacklist", "" );
   &append_to_file( "$dir/address.txt", "$address\n" );
   &append_to_file( "$dir/moderators", "ADMIN \U$password\n" );
   &append_to_file( "$dir/rejection-reasons",
@@ -379,7 +378,6 @@ sub admin_add_newsgroup {
 harassing::message of harassing content
 charter::message poorly formatted
 " );
-  &append_to_file( "$dir/whitelist", "" );
   print " done.\n";