diff options
author | ryoon <ryoon> | 2012-05-04 01:15:54 +0000 |
---|---|---|
committer | ryoon <ryoon> | 2012-05-04 01:15:54 +0000 |
commit | 4e5662c0f015563aabb0df9d91e0965d59641a38 (patch) | |
tree | f417e23ded242f6f6c74a6b0134362109c568daa /www | |
parent | fc462fb8af40bcdc8d391d81c6e6ad8bb651b727 (diff) | |
download | pkgsrc-4e5662c0f015563aabb0df9d91e0965d59641a38.tar.gz |
Fix typo in database name.
Diffstat (limited to 'www')
-rw-r--r-- | www/php-concrete5/MESSAGE | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/php-concrete5/MESSAGE b/www/php-concrete5/MESSAGE index 72d22f729d1..0822382b180 100644 --- a/www/php-concrete5/MESSAGE +++ b/www/php-concrete5/MESSAGE @@ -1,5 +1,5 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.3 2012/05/04 01:06:04 ryoon Exp $ +$NetBSD: MESSAGE,v 1.4 2012/05/04 01:15:54 ryoon Exp $ To use concrete5 with Apache 2.2, you will need to perform the following steps. @@ -59,7 +59,7 @@ To use concrete5 with Apache 2.2, you will need to perform the following steps. 10. Access http://localhost/index.php And setup with the following information. - database name: concrete_db + database name: concrete5_db user name: concrete5 password: concrete5_password =========================================================================== |