diff options
Diffstat (limited to 'model/Image.php')
-rw-r--r-- | model/Image.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/model/Image.php b/model/Image.php index 4cceb0f..e8bf3f9 100644 --- a/model/Image.php +++ b/model/Image.php | |||
@@ -64,9 +64,6 @@ class Image | |||
64 | 64 | ||
65 | if($imageLibrary == 'gd') | 65 | if($imageLibrary == 'gd') |
66 | { | 66 | { |
67 | // des infos sur GD | ||
68 | //print_r(gd_info()); | ||
69 | |||
70 | // cette fonction fonctionne pour tous les formats | 67 | // cette fonction fonctionne pour tous les formats |
71 | $source = imagecreatefromstring(file_get_contents($this->path . $_FILES['upload']['name'])); | 68 | $source = imagecreatefromstring(file_get_contents($this->path . $_FILES['upload']['name'])); |
72 | 69 | ||