X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=templates%2Fdefault_rpc%2Fconfig.php;h=db179add9fbc22764a7318c6c87b804dcc1b4183;hp=6e09872bfc6d769f1500e6123252d86caeaf6533;hb=c4faef335b2362c81b8ebf026d4066c12d70536c;hpb=3159264522d1863a83aad9fdbb36a228f3822ac4 diff --git a/templates/default_rpc/config.php b/templates/default_rpc/config.php index 6e09872b..db179add 100644 --- a/templates/default_rpc/config.php +++ b/templates/default_rpc/config.php @@ -3,7 +3,7 @@ /** * Provides some basic configuration options to the template engine * - * @copyright © 1999-2008 The SquirrelMail Project Team + * @copyright 1999-2020 The SquirrelMail Project Team * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @version $Id$ * @package squirrelmail @@ -20,7 +20,7 @@ $template_engine = SQ_PHP_TEMPLATE; /** * Indicates what the content type is for this template set. */ -//FIXME - what is the proper content-type? (TODO: possibly make default RPC templates SOAP-compliant) +//TODO - what is the proper content-type? (most recommend text/xml for SOAP messages, but some such as w3schools.com recommend application/soap+xml) //$content_type = 'application/soap+xml'; $content_type = 'text/xml';