wok-6.x view glpi/stuff/config_db.php @ rev 24546

updated file, libmagic, libmagic-dev and python-magic (5.38 -> 5.41)
author Hans-G?nter Theisgen
date Fri Feb 25 07:20:29 2022 +0100 (2022-02-25)
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 ?>