* adjust for build package.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?php error_reporting(0);?>
|
||||
<html xmlns='http://www.w3.org/1999/xhtml'>
|
||||
<head><meta http-equiv='Content-Type' content='text/html; charset=utf-8' /></head>
|
||||
<body <?php if($browser != 'opera') echo "bgcolor='transparent'";?> style='color:white; font-size:13px; text-align:center'>
|
||||
<body <?php if(strpos($this->server->http_user_agen, 'opera') === false) echo "bgcolor='transparent'";?> style='color:white; font-size:13px; text-align:center'>
|
||||
<?php if($note):?>
|
||||
<?php echo $note;?>
|
||||
<script>window.parent.document.getElementById('updater').className=''</script>
|
||||
|
||||
Reference in New Issue
Block a user