Proyectos de Subversion LeadersLinked - Services

Rev

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

Rev 80 Rev 179
Línea 700... Línea 700...
700
        try {
700
        try {
701
            $data = file_get_contents($source);
701
            $data = file_get_contents($source);
702
            $img = imagecreatefromstring($data);
702
            $img = imagecreatefromstring($data);
Línea 703... Línea 703...
703
            
703
            
704
            if(!file_exists($target_path)) {
704
            if(!file_exists($target_path)) {
705
                mkdir($target_path, 0755);
705
                mkdir($target_path, 0755, true);
Línea 706... Línea 706...
706
            }
706
            }
707
            
707