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

Compat: ensure that pam WGET_URL is non-https. Otherwise tazwok can't download it at cook-toolchain time
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sat Dec 10 04:42:49 2011 +0100 (2011-12-10)
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 ?>