wok-next annotate glpi/stuff/config_db.php @ rev 7924

Removed arch patches for GConf. There not working and i don't think we need them.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Jan 09 22:30:39 2011 +0000 (2011-01-09)
parents
children
rev   line source
erjo@2714 1 <?php
erjo@2714 2 class DB extends DBmysql {
erjo@2714 3 var $dbhost = 'localhost';
erjo@2714 4 var $dbuser = 'glpi';
erjo@2714 5 var $dbpassword= 'glpi';
erjo@2714 6 var $dbdefault = 'glpi';
erjo@2714 7 }
erjo@2714 8 ?>