Index: trunk/phase3/includes/Defines.php |
— | — | @@ -120,7 +120,6 @@ |
121 | 121 | define( 'MEDIATYPE_TEXT', 'TEXT' ); // Plain text (possibly containing program code or scripts) |
122 | 122 | define( 'MEDIATYPE_EXECUTABLE', 'EXECUTABLE' ); // binary executable |
123 | 123 | define( 'MEDIATYPE_ARCHIVE', 'ARCHIVE' ); // archive file (zip, tar, etc) |
124 | | -define( 'MEDIATYPE_DATA', 'DATA' ); // A generic data file (like kml and kmz) |
125 | 124 | /**@}*/ |
126 | 125 | |
127 | 126 | /**@{ |
Index: trunk/phase3/includes/mime.types |
— | — | @@ -162,5 +162,3 @@ |
163 | 163 | model/vnd.dwfx+xps dwfx |
164 | 164 | application/vnd.ms-xpsdocument xps |
165 | 165 | application/x-opc+zip docx dotx docm dotm potx ppsx pptx ppam pptm potm ppsm xlsx xltx xlsm xltm xlam xlsb dwfx xps |
166 | | -application/vnd.google-earth.kml+xml kml |
167 | | -application/vnd.google-earth.kmz kmz |
Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -850,9 +850,6 @@ |
851 | 851 | 'http://www.lysator.liu.se/~alla/dia/:diagram' => 'application/x-dia-diagram', |
852 | 852 | 'http://www.w3.org/1999/xhtml:html' => 'text/html', // application/xhtml+xml? |
853 | 853 | 'html' => 'text/html', // application/xhtml+xml? |
854 | | - 'http://www.opengis.net/kml/2.1:kml' => 'application/vnd.google-earth.kml+xml', |
855 | | - 'http://www.opengis.net/kml/2.2:kml' => 'application/vnd.google-earth.kml+xml', |
856 | | - 'kml' => 'application/vnd.google-earth.kml+xml', |
857 | 854 | ); |
858 | 855 | |
859 | 856 | /** |
Index: trunk/phase3/includes/mime.info |
— | — | @@ -104,5 +104,3 @@ |
105 | 105 | application/vnd.ms-excel.addin.macroEnabled.12 [OFFICE] |
106 | 106 | application/vnd.ms-excel.sheet.binary.macroEnabled.12 [OFFICE] |
107 | 107 | application/acad application/x-acad application/autocad_dwg image/x-dwg application/dwg application/x-dwg application/x-autocad image/vnd.dwg drawing/dwg [DRAWING] |
108 | | -application/vnd.google-earth.kml+xml [DATA] |
109 | | -application/vnd.google-earth.kmz [DATA] |