Projet

Général

Profil

Paste
Statistiques
| Branche: | Révision:

ryxeo-glpi-git / config / config_db.php @ b67d8923

Historique | Voir | Annoter | Télécharger (160 octets)

1
<?php 
2
 class DB extends DBmysql { 
3
 var $dbhost        = 'localhost'; 
4
 var $dbuser         = 'glpiu'; 
5
 var $dbpassword= 'F2D6nxPRA6HC'; 
6
 var $dbdefault        = 'glpi'; 
7
 } 
8
 ?>
Redmine Appliance - Powered by TurnKey Linux