add wsdl extension
authorChristian Weiske <christian.weiske@netresearch.de>
Wed, 4 Sep 2013 13:45:59 +0000 (15:45 +0200)
committerChristian Weiske <christian.weiske@netresearch.de>
Wed, 4 Sep 2013 13:45:59 +0000 (15:45 +0200)
data/config.default.php

index 7e6ebb94582e9e6caf9558c8860879bb04ba8202..b4c7d551cf1344956e3382f61a16913e2a0435c4 100644 (file)
@@ -131,6 +131,11 @@ $GLOBALS['phorkie']['languages'] = array(
         'mime'  => 'text/x-typoscript',/* TODO: correct type */
         'geshi' => 'typoscript'
     ),
+    'wsdl' => array(
+        'title' => 'WSDL',
+        'mime'  => 'application/wsdl+xml',
+        'geshi' => 'xml'
+    ),
     'xml' => array(
         'title' => 'XML',
         'mime'  => 'text/xml',