From 8647c9b4d86e830a708ae1cc955d25b143e8cb3b Mon Sep 17 00:00:00 2001 From: Rod Wright Date: Tue, 24 Feb 2026 09:50:59 -0500 Subject: [PATCH] Refresh page to show changes when user selects a different color --- distfiles/profile.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/distfiles/profile.php b/distfiles/profile.php index 48319d1..9954d63 100644 --- a/distfiles/profile.php +++ b/distfiles/profile.php @@ -116,6 +116,8 @@ if (!$print) { // color settings $hexcolor = "#" . ltrim($hexcolor); putsetting($modcolor, $hexcolor, $techid); + $currentpage = $_SERVER['PHP_SELF']; + header("Refresh: .1; url=$currentpage"); } if ($resetcustom) mysqli_query($db, "delete from customs where customtech=\"$techid\"");