diff --git a/htdocs/install/inc.php b/htdocs/install/inc.php index 18648ab8680..ad9af68a6b9 100644 --- a/htdocs/install/inc.php +++ b/htdocs/install/inc.php @@ -231,7 +231,6 @@ foreach ($handlers as $handler) if (empty($conf->loghandlers[$handler])) $conf->loghandlers[$handler]=$loghandlerinstance; } - // Removed magic_quotes if (function_exists('get_magic_quotes_gpc')) // magic_quotes_* removed in PHP 5.4 {