mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 01:39:24 +02:00
Improve
This commit is contained in:
parent
1b593c9403
commit
a181a1747d
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue