diff options
author | polo <ordipolo@gmx.fr> | 2022-03-10 03:12:58 +0100 |
---|---|---|
committer | polo <ordipolo@gmx.fr> | 2022-03-10 03:12:58 +0100 |
commit | f331b3ab14f2b404c2089607aba2e2d434cd510d (patch) | |
tree | 09ecb84aa9db383f661d9e9a064b0d3d13d40a8b /model | |
parent | 608856e0853b7e1d9b9b43e69b2012227ccefb43 (diff) | |
download | melaine-f331b3ab14f2b404c2089607aba2e2d434cd510d.zip |
fichiers index.php
Diffstat (limited to 'model')
-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 | ||