From 034538f39970c25922110e294db239c2561d56ad Mon Sep 17 00:00:00 2001 From: xevidos Date: Wed, 29 May 2019 13:13:29 -0400 Subject: [PATCH] Added protocol to update redirect so the script does not think you are talking about a relative url --- components/update/update.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/update/update.php b/components/update/update.php index f6544e0..dc2d681 100755 --- a/components/update/update.php +++ b/components/update/update.php @@ -883,7 +883,7 @@ if( isset( $_GET["action"] ) && $_GET["action"] !== '' ) { setTimeout( function() { - window.location.href = codiad.update.base_url; + window.location.href = `${location.protocol}//${codiad.update.base_url}`; }, 5000); return; }