Explorar el Código

Remove weird duplicate

Thijs Kinkhorst hace 23 años
padre
commit
5ef1fe89aa
Se han modificado 1 ficheros con 0 adiciones y 4 borrados
  1. 0 4
      src/redirect.php

+ 0 - 4
src/redirect.php

@@ -129,10 +129,6 @@ sqsession_register($attachment_common_types_parsed, 'attachment_common_types_par
 
 $debug = false;
 
-if (isset($_SERVER['HTTP_ACCEPT']) &&
-    !isset($attachment_common_types_parsed[$_SERVER['HTTP_ACCEPT']])) {
-    attachment_common_parse($_SERVER['HTTP_ACCEPT'], $debug);
-}
 if (isset($_SERVER['HTTP_ACCEPT']) &&
     !isset($attachment_common_types_parsed[$_SERVER['HTTP_ACCEPT']])) {
     attachment_common_parse($_SERVER['HTTP_ACCEPT'], $debug);