summaryrefslogtreecommitdiff
path: root/net-mgmt/ocsinventory-ocsreports/files/dbconfig.inc.php.sample
blob: f4d5c606a02fdbf530e38fe13eae5128064a36bb (plain) (blame)
1
2
3
4
5
<?php
$_SESSION["SERVEUR_SQL"]="localhost";
$_SESSION["COMPTE_BASE"]="ocs";
$_SESSION["PSWD_BASE"]="ocs";
?>