add visualfail
This commit is contained in:
10
fail/bin/VisualFAIL/CONFIGURATION.php.dist
Normal file
10
fail/bin/VisualFAIL/CONFIGURATION.php.dist
Normal file
@ -0,0 +1,10 @@
|
||||
<?php
|
||||
// database credentials
|
||||
$host = "localhost";
|
||||
$username = "";
|
||||
$password = "";
|
||||
$database = "";
|
||||
|
||||
// result-table name
|
||||
$result_table = "result";
|
||||
?>
|
||||
Reference in New Issue
Block a user