engelsystem/default-conf/var_www_includes/config_db.php

10 lines
148 B
PHP

<?php
// MySQL-Connection Settings
$config['host'] = "localhost";
$config['user'] = "root";
$config['pw'] = "";
$config['db'] = "engelsystem";
?>