* adjust for build package.

This commit is contained in:
wangyidong
2019-01-30 11:38:29 +08:00
parent e156be97f4
commit f60a6c481a
5 changed files with 36 additions and 19 deletions
+1 -1
View File
@@ -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>