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\"");