summaryrefslogtreecommitdiff
path: root/pear/Auth/Container/ADOdb.php
diff options
context:
space:
mode:
Diffstat (limited to 'pear/Auth/Container/ADOdb.php')
-rw-r--r--pear/Auth/Container/ADOdb.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/pear/Auth/Container/ADOdb.php b/pear/Auth/Container/ADOdb.php
index 51169feb..7586213a 100644
--- a/pear/Auth/Container/ADOdb.php
+++ b/pear/Auth/Container/ADOdb.php
@@ -8,7 +8,7 @@
the BSD license will take precedence. See License.txt.
Set tabs to 4 for best viewing.
- Latest version is available at http://adodb.sourceforge.net
+ Latest version is available at http://adodb.org/
Original Authors: Martin Jansen <mj#php.net>
Richard Tango-Lowy <richtl#arscognita.com>
@@ -24,7 +24,7 @@ require_once 'adodb-errorpear.inc.php';
*
* This storage driver can use all databases which are supported
* by the ADBdb DB abstraction layer to fetch login data.
- * See http://php.weblogs.com/adodb for information on ADOdb.
+ * See http://adodb.org/ for information on ADOdb.
* NOTE: The ADOdb directory MUST be in your PHP include_path!
*
* @author Richard Tango-Lowy <richtl@arscognita.com>