wok view glpi/stuff/config_db.php @ rev 9632

Add tazpanel (1.0) - And here is the next generation of slitaz home made tools!
author Christophe Lincoln <pankso@slitaz.org>
date Tue Apr 26 15:03:36 2011 +0200 (2011-04-26)
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 ?>