summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDamien Regad <dregad@mantisbt.org>2020-01-25 20:06:18 +0100
committerDamien Regad <dregad@mantisbt.org>2020-12-19 03:30:47 +0100
commit969e1ce0de6810c24422067b4f658fc1f4075aeb (patch)
tree1d0e0072145502950bf87b5ac3ad0af980f40319 /tests
parent706ca401fcc30c9b5673edabb1d03da7319d1e03 (diff)
downloadadodb-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 'tests')
-rw-r--r--tests/client.php2
-rw-r--r--tests/test.php4
-rw-r--r--tests/test4.php2
-rw-r--r--tests/test5.php2
-rw-r--r--tests/testcache.php2
-rw-r--r--tests/testmssql.php2
-rw-r--r--tests/testoci8.php2
-rw-r--r--tests/testoci8cursor.php2
-rw-r--r--tests/testpaging.php2
-rw-r--r--tests/testpear.php2
-rw-r--r--tests/testsessions.php2
11 files changed, 12 insertions, 12 deletions
diff --git a/tests/client.php b/tests/client.php
index 0ecb770c..27ac4c84 100644
--- a/tests/client.php
+++ b/tests/client.php
@@ -12,7 +12,7 @@
* set tabs to 8
*/
- // documentation on usage is at http://adodb.org/dokuwiki/doku.php?id=v5:proxy:proxy_index
+ // documentation on usage is at https://adodb.org/dokuwiki/doku.php?id=v5:proxy:proxy_index
echo PHP_VERSION,'<br>';
var_dump(parse_url('odbc_mssql://userserver/'));
diff --git a/tests/test.php b/tests/test.php
index 177233b6..8b2716b2 100644
--- a/tests/test.php
+++ b/tests/test.php
@@ -8,7 +8,7 @@
the BSD license will take precedence.
Set tabs to 4 for best viewing.
- Latest version is available at http://adodb.org/
+ Latest version is available at https://adodb.org/
*/
@@ -1749,7 +1749,7 @@ foreach($_GET as $k=>$v) {
This script tests the following databases: Interbase, Oracle, Visual FoxPro, Microsoft Access (ODBC and ADO), MySQL, MSSQL (ODBC, native, ADO).
There is also support for Sybase, PostgreSQL.</p>
-For the latest version of ADODB, visit <a href=http://adodb.org//>adodb.org</a>.</p>
+For the latest version of ADODB, visit <a href=https://adodb.org//>adodb.org</a>.</p>
Test <a href=test4.php>GetInsertSQL/GetUpdateSQL</a> &nbsp;
<a href=testsessions.php>Sessions</a> &nbsp;
diff --git a/tests/test4.php b/tests/test4.php
index 02da4833..dfca95cb 100644
--- a/tests/test4.php
+++ b/tests/test4.php
@@ -10,7 +10,7 @@
*
* Set tabs to 4 for best viewing.
*
- * Latest version is available at http://adodb.org/
+ * Latest version is available at https://adodb.org/
*
* Test GetUpdateSQL and GetInsertSQL.
*/
diff --git a/tests/test5.php b/tests/test5.php
index af0f1ca0..09ec83e6 100644
--- a/tests/test5.php
+++ b/tests/test5.php
@@ -8,7 +8,7 @@
the BSD license will take precedence.
Set tabs to 4 for best viewing.
- Latest version is available at http://adodb.org/
+ Latest version is available at https://adodb.org/
*/
diff --git a/tests/testcache.php b/tests/testcache.php
index 11894b86..8167b4e6 100644
--- a/tests/testcache.php
+++ b/tests/testcache.php
@@ -10,7 +10,7 @@
the BSD license will take precedence.
Set tabs to 4 for best viewing.
- Latest version is available at http://adodb.org/
+ Latest version is available at https://adodb.org/
*/
$ADODB_CACHE_DIR = dirname(tempnam('/tmp',''));
diff --git a/tests/testmssql.php b/tests/testmssql.php
index 53a349e3..52696f89 100644
--- a/tests/testmssql.php
+++ b/tests/testmssql.php
@@ -10,7 +10,7 @@
*
* Set tabs to 4 for best viewing.
*
- * Latest version is available at http://adodb.org/
+ * Latest version is available at https://adodb.org/
*
* Test GetUpdateSQL and GetInsertSQL.
*/
diff --git a/tests/testoci8.php b/tests/testoci8.php
index 22c5ff36..8fb05e2f 100644
--- a/tests/testoci8.php
+++ b/tests/testoci8.php
@@ -10,7 +10,7 @@
the BSD license will take precedence.
Set tabs to 4 for best viewing.
- Latest version is available at http://adodb.org/
+ Latest version is available at https://adodb.org/
*/
error_reporting(E_ALL | E_STRICT);
include("../adodb.inc.php");
diff --git a/tests/testoci8cursor.php b/tests/testoci8cursor.php
index 315cb0bb..6edc5db0 100644
--- a/tests/testoci8cursor.php
+++ b/tests/testoci8cursor.php
@@ -8,7 +8,7 @@
the BSD license will take precedence.
Set tabs to 4 for best viewing.
- Latest version is available at http://adodb.org/
+ Latest version is available at https://adodb.org/
*/
/*
diff --git a/tests/testpaging.php b/tests/testpaging.php
index 2dcf0a10..403571df 100644
--- a/tests/testpaging.php
+++ b/tests/testpaging.php
@@ -8,7 +8,7 @@
the BSD license will take precedence.
Set tabs to 4 for best viewing.
- Latest version is available at http://adodb.org/
+ Latest version is available at https://adodb.org/
*/
error_reporting(E_ALL);
diff --git a/tests/testpear.php b/tests/testpear.php
index 69aa0b32..6782c117 100644
--- a/tests/testpear.php
+++ b/tests/testpear.php
@@ -8,7 +8,7 @@
the BSD license will take precedence.
Set tabs to 4 for best viewing.
- Latest version is available at http://adodb.org/
+ Latest version is available at https://adodb.org/
*/
error_reporting(E_ALL);
diff --git a/tests/testsessions.php b/tests/testsessions.php
index 3098613b..33cf076a 100644
--- a/tests/testsessions.php
+++ b/tests/testsessions.php
@@ -9,7 +9,7 @@
the BSD license will take precedence.
Set tabs to 4 for best viewing.
- Latest version is available at http://adodb.org/
+ Latest version is available at https://adodb.org/
*/
function NotifyExpire($ref,$key)