diff options
author | Derek Allard <derek.allard@ellislab.com> | 2007-12-22 17:41:29 +0100 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2007-12-22 17:41:29 +0100 |
commit | 4e387c30919569814e912f8136280fc1433a05f3 (patch) | |
tree | 6d63f70dd870661721d8fcd5f0edcb7ae5377dba /user_guide/helpers/file_helper.html | |
parent | fac8042f055048d83414d72a18fc0d70ec7d3ddf (diff) |
typos fixes
Diffstat (limited to 'user_guide/helpers/file_helper.html')
-rw-r--r-- | user_guide/helpers/file_helper.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 <p class="important"><strong>Note:</strong> 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.</p>
-<p>If you server is running an open_basedir restriction this function
+<p>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.</p>
<h2>write_file('<var>path</var>', <kbd>$data</kbd>)</h2>
|