Files
homepage/inc/konstanten - Kopie.php

7 lines
146 B
PHP

<?php
// konstanten.php
const MYSQL_HOST = 'localhost';
const MYSQL_USER = 'root';
const MYSQL_PASS = 'lmaa,dw.';
const MYSQL_DATABASE = 'wille';