mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-24 10:22:18 +00:00
This commit is contained in:
@@ -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'];
|
||||
|
||||
Reference in New Issue
Block a user