1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 01:39:24 +02:00
This commit is contained in:
DanielnetoDotCom 2021-05-06 12:19:52 -03:00
parent 1b593c9403
commit a181a1747d

View file

@ -22,6 +22,7 @@ foreach ($videos as $value) {
$glob = glob("{$basename}*");
$dirname = $basename.DIRECTORY_SEPARATOR;
foreach ($glob as $file) {
echo "Process file {$file}" . PHP_EOL;
if (is_dir($file)) {
if(!$isStorage){
//echo $file.PHP_EOL;