mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 09:49:28 +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}*");
|
$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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue