wok annotate ocsreports/stuff/dbconfig.inc.php @ rev 6708

Added a soft /usr/src/linux so its easier to port to the source.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Oct 14 02:00:26 2010 +0000 (2010-10-14)
parents
children
rev   line source
erjo@3676 1 <?php
erjo@3676 2 $_SESSION["SERVEUR_SQL"]="localhost";
erjo@3676 3 $_SESSION["COMPTE_BASE"]="ocs";
erjo@3676 4 $_SESSION["PSWD_BASE"]="ocs";
erjo@3676 5 ?>