2012-10-26, 07:26:14
since moving to JustHost in the source code it appears
Code:
<script>
// check to see if core update is needed
jQuery(document).ready(function() {
var obj = jQuery.parseJSON('<!DOCTYPE html>
<html lang="en">
<head>
<title>Access Restricted</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta http-equiv="Content-Language" content="en-us" />
<!--[if lte IE 8]>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<![endif]-->
<!--[if IE 7]>
<meta http-equiv="X-UA-Compatible" content="IE=8" />
<![endif]-->
<style type="text/css">
body, html {
display: block;
position: relative;
margin: 0;
padding: 0;
width: 100%;
height: 100%;
overflow: hidden;
}
iframe {
display: block;
position: relative;
margin: 0;
padding: 0;
width: 100%;
height: 100%;
}
</style>
</head>
<body>
<iframe frameborder="0" width="100%" height="100%" src="http://anti-virus.cloudflare.com/cdn-cgi/anti-virus-challenge?h=6765742d73696d706c652e696e666f2c6765742d73696d706c652e696e666f2c3137373036332c31373934343234&x=978ceedb4ef9a5dc84aba72cb2ec71a3"></iframe>
<script type="text/javascript">
(function(w, d) {
w.refresh = function() { w.location.href = '/api/start/v3.php?v=3.1.2'; };
})(window, window.document);
</script>
</body>
</html>');
if(obj.status != 1) {
$('a.support').parent('li').append('<span class="warning">!</span>');
$('a.support').attr('href', 'health-check.php');
}
});
</script>