update
This commit is contained in:
@@ -18,9 +18,7 @@ ob_start();
|
||||
)
|
||||
);?>
|
||||
<?
|
||||
$ver_new = $this->new_ver;
|
||||
$ver= $this->ver;
|
||||
$valuemax = ($ver_new - $ver)*1000;
|
||||
$valuemax = ( $this -> new_ver - $this -> ver ) * 1000;
|
||||
?>
|
||||
<div class="progress-box hidden">
|
||||
<div class="version">
|
||||
|
||||
Reference in New Issue
Block a user