Skip to content

Commit

Permalink
gg
Browse files Browse the repository at this point in the history
  • Loading branch information
F1xGOD authored Jun 6, 2024
1 parent 1de6579 commit 196d6aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion password.js
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ sid = btoa(visitorId+btoa(ip)+btoa(getUserAgent().description)+btoa(uid))+"|--|"
checkSessionStart();
var hwidban = actdata.hwidban
for(var oio = 0; oio<hwidban.length; oio++){
if(hwidban[oio]==visitorId){
if(hwidban[oio]==hwid){
window.location.replace(`${host}/forbidden`)
}
}
Expand Down

0 comments on commit 196d6aa

Please sign in to comment.