summaryrefslogtreecommitdiffstats
path: root/user_guide/libraries/ftp.html
diff options
context:
space:
mode:
authorRick Ellis <rick.ellis@ellislab.com>2008-08-26 21:48:08 +0200
committerRick Ellis <rick.ellis@ellislab.com>2008-08-26 21:48:08 +0200
commit2594953f7f75a605a4e59aeb5b06feb4d6db50fb (patch)
tree84048936c4826ab0b2f5711afc4596cc6958c6ef /user_guide/libraries/ftp.html
parent43e0fbb650d05466cd2568b8a2cc1c38849a6b52 (diff)
Added Form Validation Library and updated docs
Diffstat (limited to 'user_guide/libraries/ftp.html')
-rw-r--r--user_guide/libraries/ftp.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/user_guide/libraries/ftp.html b/user_guide/libraries/ftp.html
index 41397d39e..1d52a290b 100644
--- a/user_guide/libraries/ftp.html
+++ b/user_guide/libraries/ftp.html
@@ -28,7 +28,7 @@
<div id="masthead">
<table cellpadding="0" cellspacing="0" border="0" style="width:100%">
<tr>
-<td><h1>CodeIgniter User Guide Version 1.6.3</h1></td>
+<td><h1>CodeIgniter User Guide Version 1.7</h1></td>
<td id="breadcrumb_right"><a href="../toc.html">Table of Contents Page</a></td>
</tr>
</table>
@@ -290,7 +290,7 @@ $this->ftp->chmod('/public_html/foo/bar/', DIR_WRITE_MODE);
<div id="footer">
<p>
-Previous Topic:&nbsp;&nbsp;<a href="file_uploading.html">File Uploading Class</a>
+Previous Topic:&nbsp;&nbsp;<a href="form_validation.html">Form Validation Class</a>
&nbsp;&nbsp;&nbsp;&middot;&nbsp;&nbsp;
<a href="#top">Top of Page</a>&nbsp;&nbsp;&nbsp;&middot;&nbsp;&nbsp;
<a href="../index.html">User Guide Home</a>&nbsp;&nbsp;&nbsp;&middot;&nbsp;&nbsp;