Update overview.php
This commit is contained in:
@@ -262,7 +262,7 @@ body::-webkit-scrollbar {
|
|||||||
<?php
|
<?php
|
||||||
$refresh = $config['RECORDING_LENGTH'];
|
$refresh = $config['RECORDING_LENGTH'];
|
||||||
$dividedrefresh = $refresh/4;
|
$dividedrefresh = $refresh/4;
|
||||||
if($dividedrefresh == 0) {
|
if($dividedrefresh < 1) {
|
||||||
$dividedrefresh = 1;
|
$dividedrefresh = 1;
|
||||||
}
|
}
|
||||||
$time = time();
|
$time = time();
|
||||||
|
|||||||
Reference in New Issue
Block a user