Turn off 7680-debug mode.
authorshort <>
Mon, 13 Oct 2003 12:03:43 +0000 (12:03 +0000)
committershort <>
Mon, 13 Oct 2003 12:03:43 +0000 (12:03 +0000)
project/Rel.pl

index b5856a4..8f740e6 100755 (executable)
@@ -62,5 +62,5 @@ for (0..$#projects) {
 
 $W->{"r"}->status(MOVED);
 $W->{"r"}->header_out("Location"=>"http://".$W->{"r"}->hostname()
-               .":7680"        # DEBUG
+#              .":7680"        # DEBUG
                ."/project/".(!$target ? "" : "$target/"));