1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 09:49:28 +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}*"); $glob = glob("{$basename}*");
$dirname = $basename.DIRECTORY_SEPARATOR; $dirname = $basename.DIRECTORY_SEPARATOR;
foreach ($glob as $file) { foreach ($glob as $file) {
echo "Process file {$file}" . PHP_EOL;
if (is_dir($file)) { if (is_dir($file)) {
if(!$isStorage){ if(!$isStorage){
//echo $file.PHP_EOL; //echo $file.PHP_EOL;