You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
<?php
|
|
class DB extends DBmysql {
|
|
var $dbhost = '{{ glpi_mysql_server }}';
|
|
var $dbuser = '{{ glpi_mysql_user }}';
|
|
var $dbpassword= '{{ glpi_mysql_pass }}';
|
|
var $dbdefault = '{{ glpi_mysql_db }}';
|
|
}
|
|
?>
|
|
|