<!DOCTYPE html>
<html>
<head>
<title>cPanel & WHM Update in Progress</title>
<meta charset="utf-8">
<link rel="stylesheet" href="/unprotected/upgrade/error_optimized.css" type="text/css" media="screen,projection" title="Main Style" />
<link href="/unprotected/cpanel/fonts/open_sans/open_sans.min.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="container">
<p class="logo"><img src="/unprotected/images/cpanel-whm-logo.png" height="53" width="500" alt="cPanel & WHM"></p>
<h1>cPanel & WHM Update in Progress</h1>
<div class="licensereason">This functionality is not available until the cPanel update is complete.</div>
<script>
function reloadthis() {
if (window.location.reload) {
window.location.reload();
}
else if (window.refresh) {
window.refresh();
}
else {
try {
window.location.reload();
} catch(e) { }
}
return false;
}
window.setInterval(reloadthis,300000); // reload every five minutes
</script>
<p>Once the update is completed, you will no longer see this message. If the update has completed since loading this page, <a href="#" onClick="return reloadthis();">click here to reload</a>.</p>
</div>
</body>
</html>