This commit is contained in:
Andreas Österreicher
2011-04-13 08:24:59 +00:00
parent 4b7133e985
commit 4f91abdccb
2 changed files with 5 additions and 4 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
<?php
require_once('../config/vilesci.config.inc.php');
require_once('stip.class.php');
?>
<html>
@@ -59,7 +60,7 @@ require_once('stip.class.php');
if(isset($_REQUEST['submit']))
{
$client = new SoapClient("http://calva.technikum-wien.at/burkhart/fhcomplete/trunk/soap/stip.soap.wsdl");
$client = new SoapClient(APP_ROOT."/soap/stip.soap.wsdl");
$ErhKz = $_REQUEST['ErhKz'];