From: short <> Date: Mon, 13 Oct 2003 12:03:43 +0000 (+0000) Subject: Turn off 7680-debug mode. X-Git-Url: http://git.jankratochvil.net/?p=www.jankratochvil.net.git;a=commitdiff_plain;h=7b8420b14d1bc116ec28a423bee7262fcc7fb464 Turn off 7680-debug mode. --- 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/"));