X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=templates%2Fdefault_rpc%2Fconfig.php;h=19303cee4acc00c92ac97f8c155b47b6410b87b3;hp=6e09872bfc6d769f1500e6123252d86caeaf6533;hb=306d15f3e16a7dbd9a51897b4335f357f9f62e27;hpb=3159264522d1863a83aad9fdbb36a228f3822ac4 diff --git a/templates/default_rpc/config.php b/templates/default_rpc/config.php index 6e09872b..19303cee 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-2022 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';