From 631f17b88124619dd27a04509970da155a3fc1b7 Mon Sep 17 00:00:00 2001 From: admin Date: Fri, 27 Oct 2006 07:41:28 +0000 Subject: --- user_guide/libraries/email.html | 2 +- user_guide/libraries/ftp.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'user_guide/libraries') diff --git a/user_guide/libraries/email.html b/user_guide/libraries/email.html index b8a68e9d1..96150eca8 100644 --- a/user_guide/libraries/email.html +++ b/user_guide/libraries/email.html @@ -119,7 +119,7 @@ $this->email->initialize($config);

Note: Most of the preferences have default values that will be used if you do not set them.

Setting Email Preferences in your Config File +

Setting Email Preferences in a Config File

If you prefer not to set preferences using the above method, you can instead put them into a config file. Simply create a new file called the email.php, add the $config diff --git a/user_guide/libraries/ftp.html b/user_guide/libraries/ftp.html index ae025f5f1..4df9c545b 100644 --- a/user_guide/libraries/ftp.html +++ b/user_guide/libraries/ftp.html @@ -183,7 +183,7 @@ array in that file. Then save the file at config/ftp.php and it will

$this->ftp->upload()

-

Uploads a file to your server. You must supply the local path and the remote path (with trailing slash), and you can optionally set the mode and permissions. +

Uploads a file to your server. You must supply the local path and the remote path, and you can optionally set the mode and permissions. Example:

-- cgit v1.2.3-24-g4f1b