wok-current view ocsreports/stuff/dbconfig.inc.php @ rev 6695

Added btanks. A fast 2d tank arcade game with multiplayer and split-screen modes.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Oct 13 04:18:49 2010 +0000 (2010-10-13)
parents
children
line source
1 <?php
2 $_SESSION["SERVEUR_SQL"]="localhost";
3 $_SESSION["COMPTE_BASE"]="ocs";
4 $_SESSION["PSWD_BASE"]="ocs";
5 ?>