From 4e387c30919569814e912f8136280fc1433a05f3 Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Sat, 22 Dec 2007 16:41:29 +0000 Subject: typos fixes --- user_guide/helpers/file_helper.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user_guide/helpers') diff --git a/user_guide/helpers/file_helper.html b/user_guide/helpers/file_helper.html index 815b7fd27..da8337cb1 100644 --- a/user_guide/helpers/file_helper.html +++ b/user_guide/helpers/file_helper.html @@ -79,7 +79,7 @@ File Helper

Note: The path is relative to your main site index.php file, NOT your controller or view files. CodeIgniter uses a front controller so paths are always relative to the main site index.

-

If you server is running an open_basedir restriction this function +

If your server is running an open_basedir restriction this function might not work if you are trying to access a file above the calling script.

write_file('path', $data)

-- cgit v1.2.3-24-g4f1b