]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Link from mod_dbd to /misc/password_encryptions.html
authorVincent Bray <noodl@apache.org>
Sat, 8 Sep 2007 14:54:53 +0000 (14:54 +0000)
committerVincent Bray <noodl@apache.org>
Sat, 8 Sep 2007 14:54:53 +0000 (14:54 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@573850 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_dbd.html.en
docs/manual/mod/mod_dbd.xml

index bfc4ae28b3b1d9a03e571078761009e0dda4843e..dd6fceac5792b80a276d1cfc0cc82dddae6f77a9 100644 (file)
@@ -53,6 +53,9 @@
 <li><img alt="" src="../images/down.gif" /> <a href="#pooling">Connection Pooling</a></li>
 <li><img alt="" src="../images/down.gif" /> <a href="#API">Apache DBD API</a></li>
 <li><img alt="" src="../images/down.gif" /> <a href="#prepared">SQL Prepared Statements</a></li>
+</ul><h3>See also</h3>
+<ul class="seealso">
+<li><a href="../misc/password_encryptions.html">Password Formats</a></li>
 </ul></div>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="section">
index e8c9e4c8fdee8e51d762e68a718dd99a69144f3e..30969242223695da852561c5e148fc779183c329 100644 (file)
@@ -38,6 +38,8 @@
     for both threaded and non-threaded MPMs.</p>
 </summary>
 
+<seealso><a href="../misc/password_encryptions.html">Password Formats</a></seealso>
+
 <section id="pooling"><title>Connection Pooling</title>
     <p>This module manages database connections, in a manner
     optimised for the platform.  On non-threaded platforms,