update20131016

This commit is contained in:
stubbfel
2013-10-16 23:29:49 +02:00
parent 0ea531156a
commit ef0cc3ff22
24 changed files with 2889 additions and 399838 deletions

6
testdetails.php Normal file
View File

@@ -0,0 +1,6 @@
<?php
include_once 'TestViewSequenz.php';
$testFile = $_GET["testfile"];
$testCase = new TestViewSequenz($testFile);
echo $testCase->toHTML();
?>