repo.or.cz
/
gfh.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
0.8.0.1
[gfh.git]
/
config.php
blob
830a1cf0c16be19e4cf484d1b5ec5d28c6aafba3
1
<
?
2
$db
=
mysql_connect
(
"localhost"
,
"user"
,
"pass"
);
3
mysql_select_db
(
"mb"
,
$db
);
4
?
>