diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-05-19 11:09:14 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-05-19 11:09:14 +0000 |
commit | e87a8bd319cefd3a75d9d061fe9ac6bad980b0db (patch) | |
tree | e9e6dc56d6e4b04cfacf45ccb3b74fdd987668e3 /www/codeigniter/files/pkg-message.in | |
parent | Fixup the NDK distfile extraction, sometime, libarchive can't cope (diff) |
- Fix trailing whitespace in pkg-messages
Approved by: portmgr blanket
Diffstat (limited to 'www/codeigniter/files/pkg-message.in')
-rw-r--r-- | www/codeigniter/files/pkg-message.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/codeigniter/files/pkg-message.in b/www/codeigniter/files/pkg-message.in index 13e3229a4b7b..bb7de32a5712 100644 --- a/www/codeigniter/files/pkg-message.in +++ b/www/codeigniter/files/pkg-message.in @@ -6,13 +6,13 @@ Note that you should restart your web server to ensure that the CodeIgniter configuration file is loaded. To use CodeIgniter: -- Copy %%WWWDIR%%/index.php.sample as index.php to the root +- Copy %%WWWDIR%%/index.php.sample as index.php to the root of your project directory. - Copy the %%WWWDIR%%/application/config/ directory. Edit files, especially base URL in config.php. - If you intend to use a database, copy and edit the %%WWWDIR%%/application/config/database.php too. -- For more information please check +- For more information please check http://codeigniter.com/user_guide/installation/index.html - If you are upgrading from a prior release, please visit: |