redirect did not work due to missing /
authorswa <swa@users.sourceforge.net>
Mon, 4 Jun 2001 11:28:53 +0000 (11:28 +0000)
committerswa <swa@users.sourceforge.net>
Mon, 4 Jun 2001 11:28:53 +0000 (11:28 +0000)
project.h

index 2eb1d00..9020d92 100644 (file)
--- 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"
 
 /* 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"
 
 
 #define CGI_PREFIX_HOST "i.j.b"