Remove unnecessary constants file.

This commit is contained in:
2023-12-29 10:11:44 +01:00
parent 85aa6cfb53
commit cfb1a58846

View File

@@ -1,6 +0,0 @@
<?php
// konstanten.php
const MYSQL_HOST = 'localhost';
const MYSQL_USER = 'root';
const MYSQL_PASS = 'lmaa,dw.';
const MYSQL_DATABASE = 'wille';