Update overview.php

This commit is contained in:
ehpersonal38
2023-01-03 12:18:09 -05:00
parent a3e2176bb6
commit b19c7e09dc
+1 -1
View File
@@ -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();