index
:
cms
master
Simple CMS system made with PHP and MySQL
Maks Jopek <maks@jopek.eu>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
dbCredentials.php
blob: 53181a5b0e3bf129f80819141ccc1664bce10d74 (
plain
) (
blame
)
1
2
3
4
5
<?
php
$dbUser
=
"admin"
;
$dbPassword
=
"qwerty"
;
$dbName
=
"cms"
;
$dbHost
=
"localhost"
;