From f331b3ab14f2b404c2089607aba2e2d434cd510d Mon Sep 17 00:00:00 2001 From: polo Date: Thu, 10 Mar 2022 03:12:58 +0100 Subject: fichiers index.php --- model/Image.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'model') 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 if($imageLibrary == 'gd') { - // des infos sur GD - //print_r(gd_info()); - // cette fonction fonctionne pour tous les formats $source = imagecreatefromstring(file_get_contents($this->path . $_FILES['upload']['name'])); -- cgit v1.2.3