visualfail: README, pristine configuration

Change-Id: Ic7e3ec0e28fdd368b9207c7a843a3f397e5e3c09
This commit is contained in:
Horst Schirmeier
2015-01-09 13:50:39 +01:00
parent f0a4dacd87
commit 62c3cc7f20
2 changed files with 66 additions and 2 deletions

View File

@ -0,0 +1,10 @@
<?php
// database credentials
$host = "localhost";
$username = "";
$password = "";
$database = "";
// result-table name
$result_table = "result";
?>