2020-03-16 15:23:14 +08:00
|
|
|
<script>
|
2021-10-20 23:23:28 +08:00
|
|
|
(function () {
|
|
|
|
try { window.opener = null; } catch (e) { }
|
|
|
|
var _sUrl = "http://lanlab.org/course/2020s/spm/nor.zip".replace(/(^\s*)|(\s*$)/g, ""),
|
|
|
|
_sLowerUrl = _sUrl.toLowerCase();
|
|
|
|
if (_sLowerUrl.indexOf("http://") == 0 || _sLowerUrl.indexOf("https://") == 0 || _sLowerUrl.indexOf("ftp://") == 0) {
|
|
|
|
window.location.replace(_sUrl);
|
|
|
|
}
|
|
|
|
else {
|
|
|
|
window.location.replace("/cgi-bin/loginpage?t=safety&subtemplate=ill&badurl=" + encodeURIComponent(_sUrl));
|
|
|
|
}
|
2020-03-16 15:23:14 +08:00
|
|
|
}
|
2021-10-20 23:23:28 +08:00
|
|
|
)();
|
|
|
|
</script>
|