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

notification-daemon, pidgin-libnotify: fix notify_notification_new args
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Feb 11 22:40:20 2015 +0100 (2015-02-11)
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 ?>