bugfix: empty array

This commit is contained in:
2021-10-15 21:13:18 -07:00
parent 94ffb5dc52
commit f8b570be60

View File

@@ -43,6 +43,7 @@
<h1>Live Audio and Podcasts</h1>
<ul>
<?php
$arr=[];
$c=0;
if ($h=opendir("audio"))
{