Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 16768 Rev 16980
Línea 574... Línea 574...
574
 
574
 
575
            $data = file_get_contents($source);
575
            $data = file_get_contents($source);
Línea 576... Línea 576...
576
            $img = imagecreatefromstring($data);
576
            $img = imagecreatefromstring($data);
577
 
577
 
578
            if (!file_exists($target_path)) {
578
            if (!file_exists($target_path)) {
Línea 579... Línea 579...
579
                mkdir($target_path, 0755);
579
                mkdir($target_path, 0755, true);
580
            }
580
            }