mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-16 22:42:16 +00:00
This commit is contained in:
@@ -15,9 +15,7 @@
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
|
||||
*
|
||||
* Authors: Christian Paminger <christian.paminger@technikum-wien.at>,
|
||||
* Andreas Oesterreicher <andreas.oesterreicher@technikum-wien.at> and
|
||||
* Karl Burkhart <burkhart@technikum-wien.at>.
|
||||
* Authors: Karl Burkhart <burkhart@technikum-wien.at>.
|
||||
*/
|
||||
|
||||
require_once('../config/vilesci.config.inc.php');
|
||||
|
||||
@@ -1,13 +1,12 @@
|
||||
<?php
|
||||
require_once('../config/vilesci.config.inc.php');
|
||||
require_once('stip.class.php');
|
||||
?>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
||||
<script type="text/javascript" src="../include/js/jqSOAPClient.js"></script>
|
||||
<script type="text/javascript" src="../include/js/jquery.js"></script>
|
||||
<title>STIP-Client</title>
|
||||
<title>Semesterticket-Client</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -56,7 +55,7 @@ require_once('stip.class.php');
|
||||
|
||||
if(isset($_REQUEST['submit']))
|
||||
{
|
||||
$client = new SoapClient("http://calva.technikum-wien.at/burkhart/fhcomplete/trunk/soap/semesterticket.wsdl.php?".microtime());
|
||||
$client = new SoapClient(APP_ROOT."/soap/semesterticket.wsdl.php?".microtime());
|
||||
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user