Dateien nach "Abgabe_Mohr" hochladen
This commit is contained in:
@@ -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","");
|
||||
Reference in New Issue
Block a user