created installer software

This commit is contained in:
jakani24
2024-01-14 13:36:14 +01:00
parent 1fe2aad2b3
commit b2dcc8d3f6
5 changed files with 188 additions and 20 deletions

View File

@@ -0,0 +1,6 @@
<?php
$servername = "cyberhex-db";
$username = "root";
$password = "1234";
$database = "cyberhex_db";
?>