projects
/
cl7.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
FIX oubli
[cl7.git]
/
php
/
config_bd.php
1
<?
php
# encoding:utf-8
2
# Parametres de connexion MySQL
3
$SQL_HOTE
=
"localhost"
;
4
$SQL_LOGIN
=
"cl7"
;
5
$SQL_PASS
=
"123soleil"
;
6
$NOM_BASE
=
"corcelles_lan7"
;
7
?>