VisualFAIL beta ;)
Change-Id: Ia40fe09cdf520926d00b9c39c983c925099501bc
This commit is contained in:
10
tools/analysis/VisualFAIL/CONFIGURATION.php
Normal file
10
tools/analysis/VisualFAIL/CONFIGURATION.php
Normal file
@ -0,0 +1,10 @@
|
||||
<?php
|
||||
//Datenbank
|
||||
$host = "localhost";
|
||||
$username = "";
|
||||
$password = "";
|
||||
$database = "";
|
||||
|
||||
// Name der result-Tabelle
|
||||
$result_table = "result";
|
||||
?>
|
||||
Reference in New Issue
Block a user