1 changed files with 0 additions and 15 deletions
@ -1,15 +0,0 @@
|
||||
<!doctype html> |
||||
<html> |
||||
<head> |
||||
<meta charset="utf-8" /> |
||||
<script> |
||||
var path = window.location.pathname.replace('/PALNetworks', '') |
||||
var search = window.location.search || '' |
||||
var hash = window.location.hash || '' |
||||
window.location.replace( |
||||
'/PALNetworks/' + '?redirect=' + encodeURIComponent(path + search + hash) |
||||
) |
||||
</script> |
||||
</head> |
||||
<body></body> |
||||
</html> |
||||
Loading…
Reference in new issue