Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 14734 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 14734 Rev 14735
Línea 1099... Línea 1099...
1099
                                $target_path = $this->config['leaderslinked.fullpath.feed'] . $feed->uuid;
1099
                                $target_path = $this->config['leaderslinked.fullpath.feed'] . $feed->uuid;
1100
                                if (!file_exists($target_path)) {
1100
                                if (!file_exists($target_path)) {
1101
                                    mkdir($target_path, 0755);
1101
                                    mkdir($target_path, 0755);
1102
                                }
1102
                                }
Línea 1103... Línea -...
1103
 
-
 
1104
                                echo "entro aqui en ell edit";
-
 
-
 
1103
 
1105
                                exit;
1104
                            
Línea 1106... Línea 1105...
1106
                                Functions::deleteFilename($target_path, $feed->file_name);
1105
                                Functions::deleteFilename($target_path, $feed->file_name);
Línea 1107... Línea 1106...
1107
 
1106