diff options
Diffstat (limited to 'ocsinventory-upstream.patch')
-rw-r--r-- | ocsinventory-upstream.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ocsinventory-upstream.patch b/ocsinventory-upstream.patch new file mode 100644 index 0000000..c29c00b --- /dev/null +++ b/ocsinventory-upstream.patch @@ -0,0 +1,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 + |