diff options
| author | Damien Regad <dregad@mantisbt.org> | 2020-01-25 20:06:18 +0100 |
|---|---|---|
| committer | Damien Regad <dregad@mantisbt.org> | 2020-12-19 03:30:47 +0100 |
| commit | 969e1ce0de6810c24422067b4f658fc1f4075aeb (patch) | |
| tree | 1d0e0072145502950bf87b5ac3ad0af980f40319 /pear | |
| parent | 706ca401fcc30c9b5673edabb1d03da7319d1e03 (diff) | |
| download | adodb-969e1ce0de6810c24422067b4f658fc1f4075aeb.tar.gz adodb-969e1ce0de6810c24422067b4f658fc1f4075aeb.tar.bz2 adodb-969e1ce0de6810c24422067b4f658fc1f4075aeb.zip | |
adodb.org is now served over SSL
Change web site references from http://adodb.org to https.
Diffstat (limited to 'pear')
| -rw-r--r-- | pear/Auth/Container/ADOdb.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pear/Auth/Container/ADOdb.php b/pear/Auth/Container/ADOdb.php index e28bcb8d..0f4ec36e 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.org/ + Latest version is available at https://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://adodb.org/ for information on ADOdb. + * See https://adodb.org/ for information on ADOdb. * NOTE: The ADOdb directory MUST be in your PHP include_path! * * @author Richard Tango-Lowy <richtl@arscognita.com> |
