wok diff ocsreports/stuff/dbconfig.inc.php @ rev 25122

Up apache (2.4.54)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jun 28 08:48:09 2022 +0000 (2022-06-28)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/ocsreports/stuff/dbconfig.inc.php	Tue Jun 28 08:48:09 2022 +0000
     1.3 @@ -0,0 +1,5 @@
     1.4 +<?php 
     1.5 +$_SESSION["SERVEUR_SQL"]="localhost";
     1.6 +$_SESSION["COMPTE_BASE"]="ocs";
     1.7 +$_SESSION["PSWD_BASE"]="ocs";
     1.8 +?>
     1.9 \ No newline at end of file