wok-next view glpi/stuff/config_db.php @ rev 5162

icu, libetpan, libplayer, libvalhalla, wesnoth, xine-lib: compile_rules should be busybox compatible
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Mar 25 09:27:06 2010 +0100 (2010-03-25)
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 ?>