diff options
author | Derek Allard <derek.allard@ellislab.com> | 2007-08-08 19:04:40 +0200 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2007-08-08 19:04:40 +0200 |
commit | 8788d4b5f597465daaabf46455cd086b6b7deb58 (patch) | |
tree | 775f5bbc833ecd130476a662aaad0f2db3694b88 /user_guide/libraries/ftp.html | |
parent | 487de38e4cf677a6c115232610d94b6cbcf504d4 (diff) |
changed some-site.com to example.com in example code per http://www.rfc-editor.org/rfc/rfc2606.txt
Diffstat (limited to 'user_guide/libraries/ftp.html')
-rw-r--r-- | user_guide/libraries/ftp.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/libraries/ftp.html b/user_guide/libraries/ftp.html index aa61ed3dc..84518f9a2 100644 --- a/user_guide/libraries/ftp.html +++ b/user_guide/libraries/ftp.html @@ -169,7 +169,7 @@ array in that file. Then save the file at <var>config/ftp.php</var> and it will <ul>
-<li><strong>hostname</strong> - the FTP hostname. Usually something like: <dfn>ftp.some-site.com</dfn></li>
+<li><strong>hostname</strong> - the FTP hostname. Usually something like: <dfn>ftp.example.com</dfn></li>
<li><strong>username</strong> - the FTP username.</li>
<li><strong>password</strong> - the FTP password.</li>
<li><strong>port</strong> - The port number. Set to <dfn>21</dfn> by default.</li>
|