From 4c1d91195bdc30e90fb7813d447e6ef1b5cf363f Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Fri, 15 May 2020 17:35:20 +0200 Subject: [PATCH] 093 effacer un var_dump --- core/class/helper.class.php | 1 - 1 file changed, 1 deletion(-) diff --git a/core/class/helper.class.php b/core/class/helper.class.php index 1d45c522..12f56f93 100755 --- a/core/class/helper.class.php +++ b/core/class/helper.class.php @@ -26,7 +26,6 @@ class helper { public static function urlGetContents ($url) { if(function_exists('file_get_contents') and ini_get('allow_url_fopen') ){ - var_dump(function_exists('file_get_contents')); $url_get_contents_data = @file_get_contents($url); // Masque un warning éventuel }elseif(function_exists('fopen') && function_exists('stream_get_contents' &&