18 lines
437 B
JavaScript
18 lines
437 B
JavaScript
// Copyright 2016 by luk3yx.
|
|
// All rights reserved.
|
|
/*
|
|
var version = getParam.version;
|
|
//checkVar(version);
|
|
if (version == "2") {
|
|
window.location.href = "/";
|
|
}
|
|
if (version == "1") {
|
|
window.location.href = "/js/handler?type=approve&content=sitev1";
|
|
}
|
|
if (version == "0") {
|
|
window.location.href = "/js/handler?type=approve&content=sitev0";
|
|
}
|
|
*/
|
|
window.stop();
|
|
window.location.href = "/error.html?archived sites service#e410";
|