wok-stable view glpi/stuff/config_db.php @ rev 3223

fix : audacity tarball
author Allan Pinto <allan316@gmail.com>
date Fri May 29 11:43:34 2009 +0000 (2009-05-29)
parents
children
line source
1 <?php
2 class DB extends DBmysql {
3 var $dbhost = 'localhost';
4 var $dbuser = 'glpi';
5 var $dbpassword= 'glpi';
6 var $dbdefault = 'glpi';
7 }
8 ?>