blob: c29c00b1f126b322414e32a537c5f9a28393e31a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
http://bazaar.launchpad.net/~ocsinventory-dev/ocsinventory-ocsreports/stable/diff/66
=== modified file 'dbconfig.inc.php'
--- ocsreports/dbconfig.inc.php 2010-11-23 08:28:16 +0000
+++ ocsreports/dbconfig.inc.php 2010-11-24 17:11:46 +0000
@@ -1,5 +1,5 @@
<?php
-$_SESSION["SERVEUR_SQL"]="localhost";
+//$_SESSION["SERVEUR_SQL"]="localhost";
$_SESSION["COMPTE_BASE"]="ocs";
$_SESSION["PSWD_BASE"]="ocs";
?>
\ No newline at end of file
|