From 5aad8cf49a25a245076ec16a7a277318d6aae74a Mon Sep 17 00:00:00 2001
From: Leigh B Stoller <stoller@flux.utah.edu>
Date: Sat, 22 Feb 2025 11:08:58 -0700
Subject: [PATCH] Minor fix to previous revision

---
 www/gensslcert.php3 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/gensslcert.php3 b/www/gensslcert.php3
index cc33fe7d5c..5a3fafc389 100644
--- a/www/gensslcert.php3
+++ b/www/gensslcert.php3
@@ -24,7 +24,7 @@
 include("defs.php3");
 
 if (!$CLASSICWEB_OVERRIDE) {
-    RedirectToPortal("getcreds.php", "node=$node");
+    RedirectToPortal("getcreds.php");
     return;
 }
 
-- 
GitLab