6 lines
142 B
PHP
6 lines
142 B
PHP
|
<?php
|
||
|
$config["db_host"] = "localhost";
|
||
|
$config["db_name"] = "gnuviechadmin";
|
||
|
$config["db_user"] = "gnuviech";
|
||
|
$config["db_pass"] = "test";
|
||
|
?>
|