fix bug with error on 404 redirection

fix warnings
This commit is contained in:
arcan1s
2015-08-09 14:22:34 +03:00
parent 175ca26022
commit 2cd047fabb
8 changed files with 5 additions and 16 deletions

View File

@ -1,6 +0,0 @@
<script type="text/javascript">
var host = "arcanis.name";
if ((host == window.location.host) && (window.location.protocol != "https:"))
window.location.protocol = "https";
</script>