On line 738 where the “back“ var is used, I can’t find a urldecode.
If a variable is in the query string it is automatically urldecoded by the server. The urldecode function is for decoding strings that are encoded for other reasons.
On line 738 where the “back“ var is used, I can’t find a urldecode.
If a variable is in the query string it is automatically urldecoded by the server. The urldecode function is for decoding strings that are encoded for other reasons.