Proyectos de Subversion LeadersLinked - Services

Rev

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

Rev 812 Rev 813
Línea 127... Línea 127...
127
            
127
            
128
            $storageDir = $this->config['leaderslinked'] ?? '';
128
            $storageDir = $this->config['leaderslinked'] ?? '';
Línea 129... Línea 129...
129
            $storageFileFullPath = $storageDir . DIRECTORY_SEPARATOR . $storageFile->path;
129
            $storageFileFullPath = $storageDir . DIRECTORY_SEPARATOR . $storageFile->path;
130
            
-
 
131
            if($storageFileFullPath) {
-
 
132
               
130
            
Línea 133... Línea 131...
133
                
131
            if($storageFileFullPath) {
134
                if(file_exists($storageFileFullPath)) {
132
                if(file_exists($storageFileFullPath)) {
135
                    
133
                    
Línea 166... Línea 164...
166
                    } else {
164
                    } else {
167
                        $this->getResponse()->setStatusCode(500);
165
                        $this->getResponse()->setStatusCode(500);
168
                        return;
166
                        return;
169
                    }
167
                    }
170
                } else {
168
                } else {
-
 
169
                    $this->logger->err('storageFileFullPath not found = ' . $storageFileFullPath);
171
                    return $this->getResponse()->setStatusCode(404);
170
                    return $this->getResponse()->setStatusCode(404);
172
                }
171
                }
173
      
-
 
174
            } else {
172
            } else {
175
                $this->logger->err('storageFileFullPath not found = ' . $storageFileFullPath);
-
 
176
                return $this->getResponse()->setStatusCode(404);
173
                return $this->getResponse()->setStatusCode(404);
177
            }
174
            }
Línea 178... Línea 175...
178
        
175
        
179
        } else {
176
        } else {