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