Dateien nach "Abgabe_Mohr" hochladen

This commit is contained in:
2025-12-04 23:26:16 +01:00
parent 158160c660
commit c163312f41
5 changed files with 1538 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
<?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","");