Update video.php
parent
7a589398a7
commit
8a6b57c1a0
|
@ -183,7 +183,7 @@ if ( isset($_REQUEST['showIndex']) ) {
|
||||||
$height = $scale?reScale( $event['Height'], $scale ):$event['Height'];
|
$height = $scale?reScale( $event['Height'], $scale ):$event['Height'];
|
||||||
?>
|
?>
|
||||||
<tr>
|
<tr>
|
||||||
|
<td><?php echo $matches[4] ?></td>
|
||||||
<td><?php echo filesize( $file ) ?></td>
|
<td><?php echo filesize( $file ) ?></td>
|
||||||
<td><?php echo $rateText ?></td>
|
<td><?php echo $rateText ?></td>
|
||||||
<td><?php echo $scaleText ?></td>
|
<td><?php echo $scaleText ?></td>
|
||||||
|
|
Loading…
Reference in New Issue