Files
failnix/fail/bin/VisualFAIL/CONFIGURATION.php.dist
2026-04-22 21:45:18 +02:00

11 lines
150 B
Plaintext

<?php
// database credentials
$host = "localhost";
$username = "";
$password = "";
$database = "";
// result-table name
$result_table = "result";
?>