Skip to content

Commit

Permalink
Update autohen.html
Browse files Browse the repository at this point in the history
  • Loading branch information
aldostools authored Mar 29, 2024
1 parent 15d5e3c commit 6d2a911
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions autohen.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
<script>
var ua = navigator.userAgent;
var fwVersion = ua.substring(ua.indexOf("5.0 (") + 19, ua.indexOf(") Apple"));
window.location.href = 'https://ps3addict.github.io/autohen/' + fwVersion + '/index.html';
window.location.href = fwVersion + '/index.html';
</script>
</head>
<noscript>
You need to turn on Javascript before using the installer!
</noscript>
</html>
</html>

0 comments on commit 6d2a911

Please sign in to comment.