From 7b8420b14d1bc116ec28a423bee7262fcc7fb464 Mon Sep 17 00:00:00 2001 From: short <> Date: Mon, 13 Oct 2003 12:03:43 +0000 Subject: [PATCH] Turn off 7680-debug mode. --- project/Rel.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Rel.pl b/project/Rel.pl index b5856a4..8f740e6 100755 --- a/project/Rel.pl +++ b/project/Rel.pl @@ -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/")); -- 1.8.3.1