checkupdate.html.php 465 B

12345678910
  1. <?php error_reporting(0);?>
  2. <html xmlns='http://www.w3.org/1999/xhtml'>
  3. <head><meta http-equiv='Content-Type' content='text/html; charset=utf-8' /></head>
  4. <body <?php if(strpos($this->server->http_user_agen, 'opera') === false) echo "bgcolor='transparent'";?> style='color:white; font-size:13px; text-align:center'>
  5. <?php if($note):?>
  6. <?php echo $note;?>
  7. <script>window.parent.document.getElementById('updater').className=''</script>
  8. <?php endif;?>
  9. </body>
  10. </html>