aboutsummaryrefslogtreecommitdiff
path: root/data/config.default.php
diff options
context:
space:
mode:
authorChristian Weiske <christian.weiske@netresearch.de>2013-09-04 15:45:59 +0200
committerChristian Weiske <christian.weiske@netresearch.de>2013-09-04 15:45:59 +0200
commit4fbcf4905db42c59dcb3a9322a8c9d8bbd857417 (patch)
tree5929f21aec2e93f4238506d6c07b3e6f64c90042 /data/config.default.php
parenta8a7006fb93492febf83dfa89583447d958b18fb (diff)
downloadphorkie-4fbcf4905db42c59dcb3a9322a8c9d8bbd857417.tar.gz
phorkie-4fbcf4905db42c59dcb3a9322a8c9d8bbd857417.zip
add wsdl extension
Diffstat (limited to 'data/config.default.php')
-rw-r--r--data/config.default.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/data/config.default.php b/data/config.default.php
index 7e6ebb9..b4c7d55 100644
--- a/data/config.default.php
+++ b/data/config.default.php
@@ -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',