summaryrefslogtreecommitdiff
path: root/adodb-perf.inc.php
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 /adodb-perf.inc.php
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 'adodb-perf.inc.php')
-rw-r--r--adodb-perf.inc.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/adodb-perf.inc.php b/adodb-perf.inc.php
index a3f4ee1d..7f4ed681 100644
--- a/adodb-perf.inc.php
+++ b/adodb-perf.inc.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/
Library for basic performance monitoring and tuning.
@@ -232,7 +232,7 @@ class adodb_perf {
var $cliFormat = "%32s => %s \r\n";
var $sql1 = 'sql1'; // used for casting sql1 to text for mssql
var $explain = true;
- var $helpurl = '<a href="http://adodb.org/dokuwiki/doku.php?id=v5:performance:logsql">LogSQL help</a>';
+ var $helpurl = '<a href="https://adodb.org/dokuwiki/doku.php?id=v5:performance:logsql">LogSQL help</a>';
var $createTableSQL = false;
var $maxLength = 2000;
@@ -721,7 +721,7 @@ Committed_AS: 348732 kB
if (empty($_GET['hidem']))
echo "<table border=1 width=100% bgcolor=lightyellow><tr><td colspan=2>
- <b><a href=http://adodb.org/dokuwiki/doku.php?id=v5:performance:performance_index>ADOdb</a> Performance Monitor</b> <font size=1>for $app</font></tr><tr><td>
+ <b><a href=https://adodb.org/dokuwiki/doku.php?id=v5:performance:performance_index>ADOdb</a> Performance Monitor</b> <font size=1>for $app</font></tr><tr><td>
<a href=?do=stats><b>Performance Stats</b></a> &nbsp; <a href=?do=viewsql><b>View SQL</b></a>
&nbsp; <a href=?do=tables><b>View Tables</b></a> &nbsp; <a href=?do=poll><b>Poll Stats</b></a>",
$allowsql ? ' &nbsp; <a href=?do=dosql><b>Run SQL</b></a>' : '',