Füge SQL-Klasse hinzu, um Datenbankoperationen zu verwalten, und erstelle Beispielkonfigurationsdatei für geheime Daten

This commit is contained in:
Troy Grunt
2026-02-01 17:26:49 +01:00
parent 21e2eebe48
commit 1d58f09675
4 changed files with 184 additions and 0 deletions

7
www/secret.php.example Normal file
View File

@@ -0,0 +1,7 @@
<?php
$_m = [
'host' => 'mariadb',
'user' => 'appuser',
'pass' => 'apppass',
'data' => 'appdb'
];