add visualfail

This commit is contained in:
2026-04-22 21:30:17 +02:00
parent 5ff6f6d0d8
commit 99c32e1ac0
26 changed files with 10740 additions and 0 deletions

View File

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