BUG 5163 Changed the short open tags for PHP code to long open tag.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<?
|
||||
<?php
|
||||
ini_set("soap.wsdl_cache_enabled", "0"); // disabling WSDL cache
|
||||
|
||||
$wsdl = PATH_METHODS . "services" . PATH_SEP . "pmos.wsdl";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<?
|
||||
<?php
|
||||
ini_set("soap.wsdl_cache_enabled", "0"); // disabling WSDL cache
|
||||
|
||||
define ('WEB_SERVICE_VERSION' , '2.0' );
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<?
|
||||
<?php
|
||||
|
||||
ini_set("default_charset", "UTF-8");
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<?
|
||||
<?php
|
||||
$filewsdl = PATH_METHODS . 'services'. PATH_SEP . 'pmos.wsdl';
|
||||
$content = file_get_contents( $filewsdl );
|
||||
$lang = defined ('SYS_LANG') ? SYS_LANG : 'en';
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<?
|
||||
<?php
|
||||
$filewsdl = PATH_METHODS . 'services'. PATH_SEP . 'pmos2.wsdl';
|
||||
$content = file_get_contents( $filewsdl );
|
||||
$lang = defined ('SYS_LANG') ? SYS_LANG : 'en';
|
||||
|
||||
Reference in New Issue
Block a user