Se agregan metodo POST para FILES MANAGER y se corrige code style en varios documentos

This commit is contained in:
Freddy Daniel Rojas Valda
2014-01-30 12:01:54 -04:00
parent dc47a6068e
commit 50abb7ea4c
10 changed files with 258 additions and 38 deletions

View File

@@ -168,10 +168,11 @@ class ProjectUser
$sWS_PASS = trim( $oData['password'] );
$sWS_ROUNDROBIN = $oData->WS_ROUNDROBIN;
$sWE_USR = $oData->WE_USR;
if (\G::is_https())
if (\G::is_https()) {
$http = 'https://';
else
} else {
$http = 'http://';
}
$endpoint = $http . $_SERVER['HTTP_HOST'] . '/sys' . SYS_SYS . '/' . SYS_LANG . '/' . SYS_SKIN . '/services/wsdl2';
@$client = new \SoapClient( $endpoint );
$user = $sWS_USER;