From 1981bc03311c616c9651e95b10f5a0a4ed98a115 Mon Sep 17 00:00:00 2001
From: swa <swa@users.sourceforge.net>
Date: Mon, 4 Jun 2001 11:28:53 +0000
Subject: [PATCH] redirect did not work due to missing /

---
 project.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/project.h b/project.h
index 2eb1d006..9020d923 100644
--- a/project.h
+++ b/project.h
@@ -769,7 +769,7 @@ struct configuration_spec
 
 /* Shouldn't end with '/' */
 #define HOME_PAGE_URL  "http://ijbswa.sourceforge.net"
-#define REDIRECT_URL HOME_PAGE_URL "redirect.php?v=" VERSION "&to="
+#define REDIRECT_URL HOME_PAGE_URL "/redirect.php?v=" VERSION "&to="
 
 #define CGI_PREFIX_HOST "i.j.b"
 
-- 
2.49.0