Proyectos de Subversion LeadersLinked - Services

Rev

Rev 821 | Rev 823 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 821 Rev 822
Línea 505... Línea 505...
505
 
505
 
506
        if (file_exists($remoto)) {
506
        if (file_exists($remoto)) {
507
            return $this->getPresignedUrl($remoto);
507
            return $this->getPresignedUrl($remoto);
Línea -... Línea 508...
-
 
508
        }
-
 
509
 
-
 
510
        $storageDir = $this->config['leaderslinked.storage.path'];
-
 
511
        $storageFileFullPath = $storageDir . DIRECTORY_SEPARATOR . $path;
-
 
512
        if (file_exists($storageFileFullPath)) {
-
 
513
            return $this->getPresignedUrl($storageFileFullPath);
508
        }
514
        }
509
 
515
 
510
        $remoto = $this->getFullPathImageDefault();
516
        $remoto = $this->getFullPathImageDefault();
Línea 511... Línea 517...
511
        return $this->getPresignedUrl($remoto);
517
        return $this->getPresignedUrl($remoto);