mirror of
https://github.com/casjaysdevdocker/squidguard
synced 2025-09-19 03:57:38 -04:00
🦈🏠🐜❗ Initial Commit ❗🐜🦈🏠
This commit is contained in:
6
data/htdocs/www/js/errorpages/homepage.js
Normal file
6
data/htdocs/www/js/errorpages/homepage.js
Normal file
@@ -0,0 +1,6 @@
|
||||
function homepage() {
|
||||
let proto = location.protocol;
|
||||
let port = location.port;
|
||||
let currentSite = window.location.hostname;
|
||||
window.location = proto + '//' + currentSite + ':' + port;
|
||||
}
|
Reference in New Issue
Block a user