diff --git a/scripts/play.php b/scripts/play.php index 3256cae..f18b785 100644 --- a/scripts/play.php +++ b/scripts/play.php @@ -630,7 +630,6 @@ echo " $imageelem = ""; } - if($config["FULL_DISK"] == "purge") { if(!in_array($filename_formatted, $disk_check_exclude_arr)) { $imageicon = "images/unlock.svg"; $title = "This file will be deleted when disk space needs to be freed (>95% usage)."; @@ -663,14 +662,6 @@ echo "
".$imageelem." "; - } else { - echo " - - "; - } }if($iter == 0){ echo "";}echo "
$date $time
$values -
- ".$imageelem." -
No recordings were found.

They may have been deleted to make space for new recordings. You can prevent this from happening in the future by clicking the icon in the top right of a recording.
You can also modify this behavior globally under \"Full Disk Behavior\" here.
";} @@ -711,7 +702,6 @@ echo " $disk_check_exclude_arr = []; } - if($config["FULL_DISK"] == "purge") { if(!in_array($filename_formatted, $disk_check_exclude_arr)) { $imageicon = "images/unlock.svg"; $title = "This file will be deleted when disk space needs to be freed (>95% usage)."; @@ -743,13 +733,6 @@ echo "
"; - } else { - echo " - - "; - } }echo "
$date $time
$values -
-
";} echo "";