diff options
| author | Christian Weiske <christian.weiske@netresearch.de> | 2013-09-04 15:45:59 +0200 |
|---|---|---|
| committer | Christian Weiske <christian.weiske@netresearch.de> | 2013-09-04 15:45:59 +0200 |
| commit | 4fbcf4905db42c59dcb3a9322a8c9d8bbd857417 (patch) | |
| tree | 5929f21aec2e93f4238506d6c07b3e6f64c90042 /data | |
| parent | a8a7006fb93492febf83dfa89583447d958b18fb (diff) | |
| download | phorkie-4fbcf4905db42c59dcb3a9322a8c9d8bbd857417.tar.gz phorkie-4fbcf4905db42c59dcb3a9322a8c9d8bbd857417.zip | |
add wsdl extension
Diffstat (limited to 'data')
| -rw-r--r-- | data/config.default.php | 5 |
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', |
