mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-24 10:22:18 +00:00
Beschreibung fuer Webservices, XSS Lücken geschlossen
This commit is contained in:
@@ -51,10 +51,11 @@ if(!check_lektor($uid))
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<h1>Testclient für Webservices</h1>
|
||||
|
||||
<form action="test_client.php" method="post">
|
||||
<input type="submit" value="Test PHP" name="submit">
|
||||
<input type="button" onclick="sendSoap();" value="Test JS">
|
||||
<input type="submit" value="Test PHP" name="submit">
|
||||
<input type="button" onclick="sendSoap();" value="Test JS">
|
||||
</form>
|
||||
|
||||
<?php
|
||||
|
||||
Reference in New Issue
Block a user