1 2 3 4 5 6 7 8 9
<?php // MySQL-Connection Settings $config['host'] = "localhost"; $config['user'] = "root"; $config['pw'] = ""; $config['db'] = "engelsystem"; ?>