wok-next annotate ocsinventory/stuff/dbconfig.inc.php @ rev 21687

updated glpi (0.80.7 -> 9.4.6)
author Hans-G?nter Theisgen
date Mon Jun 29 17:11:21 2020 +0100 (2020-06-29)
parents
children
rev   line source
pascal@20179 1 <?php
pascal@20179 2 $_SESSION["SERVEUR_SQL"]="localhost";
pascal@20179 3 $_SESSION["COMPTE_BASE"]="ocs";
pascal@20179 4 $_SESSION["PSWD_BASE"]="ocs";
pascal@20179 5 ?>