mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 00:12:15 +00:00
Basic Authentifizierung für SOAP Client
This commit is contained in:
@@ -62,6 +62,7 @@ require_once('stip.class.php');
|
||||
if(isset($_REQUEST['submit']))
|
||||
{
|
||||
$client = new SoapClient(APP_ROOT."/soap/stip.soap.wsdl");
|
||||
//$client = new SoapClient(APP_ROOT."/soap/stip.soap.wsdl", array('login'=>'stip','password'=>'stip'));
|
||||
|
||||
|
||||
$ErhKz = $_REQUEST['ErhKz'];
|
||||
|
||||
Reference in New Issue
Block a user