Abgabe_Mohr/config.php gelöscht

This commit is contained in:
2025-12-04 23:28:39 +01:00
parent 7dd6d086d0
commit 02048cf404
-12
View File
@@ -1,12 +0,0 @@
<?php
define("PROJEKT_DIR","C:/xampp/htdocs/projekte");
define("PROJEKT_VIEW_DIR", PROJEKT_DIR . "/view");
define("PROJEKT_URL","http://localhost/projekte/htdocs");
define("PROJEKT_JS_URL", PROJEKT_URL."/assets/js");
define("DB_CONNECTION","localhost");
define("DB_PORT","3306");
define("DB_DBNAME","chatprojekt");
define("DB_USER","root");
define("DB_PASS","");