VisualFAIL beta ;)

Change-Id: Ia40fe09cdf520926d00b9c39c983c925099501bc
This commit is contained in:
Richard Hellwig
2014-04-07 12:22:33 +02:00
parent 11f77f0228
commit ea4c350bcc
23 changed files with 12293 additions and 0 deletions

View File

@ -0,0 +1,10 @@
<?php
//Datenbank
$host = "localhost";
$username = "";
$password = "";
$database = "";
// Name der result-Tabelle
$result_table = "result";
?>