From df37a500fa94cc1ca5a53143f42c5dc1c01e8ec9 Mon Sep 17 00:00:00 2001 From: David Grudl Date: Mon, 5 Oct 2015 16:14:16 +0200 Subject: [PATCH] used https --- composer.json | 2 +- dibi/bridges/Nette-2.0/DibiNette20Extension.php | 2 +- dibi/bridges/Nette-2.1/DibiNette21Extension.php | 2 +- dibi/bridges/Nette-2.1/DibiNettePanel.php | 2 +- dibi/bridges/Nette-2.2/DibiNette22Extension.php | 2 +- dibi/bridges/Tracy/Panel.php | 2 +- dibi/dibi.php | 2 +- dibi/drivers/DibiFirebirdDriver.php | 2 +- dibi/drivers/DibiMsSql2005Driver.php | 6 +++--- dibi/drivers/DibiMsSql2005Reflector.php | 2 +- dibi/drivers/DibiMsSqlDriver.php | 4 ++-- dibi/drivers/DibiMsSqlReflector.php | 2 +- dibi/drivers/DibiMySqlDriver.php | 2 +- dibi/drivers/DibiMySqlReflector.php | 2 +- dibi/drivers/DibiMySqliDriver.php | 2 +- dibi/drivers/DibiOdbcDriver.php | 2 +- dibi/drivers/DibiOracleDriver.php | 2 +- dibi/drivers/DibiPdoDriver.php | 2 +- dibi/drivers/DibiPostgreDriver.php | 2 +- dibi/drivers/DibiSqlite3Driver.php | 2 +- dibi/drivers/DibiSqliteDriver.php | 2 +- dibi/drivers/DibiSqliteReflector.php | 2 +- dibi/libs/Dibi.php | 2 +- dibi/libs/DibiConnection.php | 2 +- dibi/libs/DibiDataSource.php | 2 +- dibi/libs/DibiDatabaseInfo.php | 2 +- dibi/libs/DibiDateTime.php | 2 +- dibi/libs/DibiEvent.php | 2 +- dibi/libs/DibiException.php | 2 +- dibi/libs/DibiFileLogger.php | 2 +- dibi/libs/DibiFirePhpLogger.php | 2 +- dibi/libs/DibiFluent.php | 2 +- dibi/libs/DibiHashMap.php | 2 +- dibi/libs/DibiLiteral.php | 2 +- dibi/libs/DibiObject.php | 4 ++-- dibi/libs/DibiResult.php | 2 +- dibi/libs/DibiResultIterator.php | 2 +- dibi/libs/DibiRow.php | 2 +- dibi/libs/DibiTranslator.php | 2 +- dibi/libs/interfaces.php | 2 +- examples/tracy-and-exceptions.php | 2 +- examples/tracy.php | 2 +- license.md | 2 +- readme.md | 4 ++-- 44 files changed, 49 insertions(+), 49 deletions(-) diff --git a/composer.json b/composer.json index 6d74192a..bd6c13e4 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,7 @@ "authors": [ { "name": "David Grudl", - "homepage": "http://davidgrudl.com" + "homepage": "https://davidgrudl.com" } ], "require": { diff --git a/dibi/bridges/Nette-2.0/DibiNette20Extension.php b/dibi/bridges/Nette-2.0/DibiNette20Extension.php index ae657b3b..c47a7032 100644 --- a/dibi/bridges/Nette-2.0/DibiNette20Extension.php +++ b/dibi/bridges/Nette-2.0/DibiNette20Extension.php @@ -3,7 +3,7 @@ /** * This file is part of the "dibi" - smart database abstraction layer. * - * Copyright (c) 2005 David Grudl (http://davidgrudl.com) + * Copyright (c) 2005 David Grudl (https://davidgrudl.com) * * For the full copyright and license information, please view * the file license.txt that was distributed with this source code. diff --git a/dibi/bridges/Nette-2.1/DibiNette21Extension.php b/dibi/bridges/Nette-2.1/DibiNette21Extension.php index 1bd0640c..7ba24161 100644 --- a/dibi/bridges/Nette-2.1/DibiNette21Extension.php +++ b/dibi/bridges/Nette-2.1/DibiNette21Extension.php @@ -2,7 +2,7 @@ /** * This file is part of the "dibi" - smart database abstraction layer. - * Copyright (c) 2005 David Grudl (http://davidgrudl.com) + * Copyright (c) 2005 David Grudl (https://davidgrudl.com) */ diff --git a/dibi/bridges/Nette-2.1/DibiNettePanel.php b/dibi/bridges/Nette-2.1/DibiNettePanel.php index 49eee3b1..b98ca67f 100644 --- a/dibi/bridges/Nette-2.1/DibiNettePanel.php +++ b/dibi/bridges/Nette-2.1/DibiNettePanel.php @@ -2,7 +2,7 @@ /** * This file is part of the "dibi" - smart database abstraction layer. - * Copyright (c) 2005 David Grudl (http://davidgrudl.com) + * Copyright (c) 2005 David Grudl (https://davidgrudl.com) */ diff --git a/dibi/bridges/Nette-2.2/DibiNette22Extension.php b/dibi/bridges/Nette-2.2/DibiNette22Extension.php index dd5b9936..6dce37c0 100644 --- a/dibi/bridges/Nette-2.2/DibiNette22Extension.php +++ b/dibi/bridges/Nette-2.2/DibiNette22Extension.php @@ -2,7 +2,7 @@ /** * This file is part of the "dibi" - smart database abstraction layer. - * Copyright (c) 2005 David Grudl (http://davidgrudl.com) + * Copyright (c) 2005 David Grudl (https://davidgrudl.com) */ namespace Dibi\Bridges\Nette; diff --git a/dibi/bridges/Tracy/Panel.php b/dibi/bridges/Tracy/Panel.php index f3463d40..bb4577ee 100644 --- a/dibi/bridges/Tracy/Panel.php +++ b/dibi/bridges/Tracy/Panel.php @@ -2,7 +2,7 @@ /** * This file is part of the "dibi" - smart database abstraction layer. - * Copyright (c) 2005 David Grudl (http://davidgrudl.com) + * Copyright (c) 2005 David Grudl (https://davidgrudl.com) */ namespace Dibi\Bridges\Tracy; diff --git a/dibi/dibi.php b/dibi/dibi.php index 57380711..4b19148c 100644 --- a/dibi/dibi.php +++ b/dibi/dibi.php @@ -3,7 +3,7 @@ /** * dibi - smart database abstraction layer (http://dibiphp.com) * - * Copyright (c) 2005, 2012 David Grudl (http://davidgrudl.com) + * Copyright (c) 2005, 2012 David Grudl (https://davidgrudl.com) */ diff --git a/dibi/drivers/DibiFirebirdDriver.php b/dibi/drivers/DibiFirebirdDriver.php index f27fbe83..f4b92c94 100644 --- a/dibi/drivers/DibiFirebirdDriver.php +++ b/dibi/drivers/DibiFirebirdDriver.php @@ -2,7 +2,7 @@ /** * This file is part of the "dibi" - smart database abstraction layer. - * Copyright (c) 2005 David Grudl (http://davidgrudl.com) + * Copyright (c) 2005 David Grudl (https://davidgrudl.com) */ diff --git a/dibi/drivers/DibiMsSql2005Driver.php b/dibi/drivers/DibiMsSql2005Driver.php index 23731cc8..32f62910 100644 --- a/dibi/drivers/DibiMsSql2005Driver.php +++ b/dibi/drivers/DibiMsSql2005Driver.php @@ -2,7 +2,7 @@ /** * This file is part of the "dibi" - smart database abstraction layer. - * Copyright (c) 2005 David Grudl (http://davidgrudl.com) + * Copyright (c) 2005 David Grudl (https://davidgrudl.com) */ @@ -17,7 +17,7 @@ require_once dirname(__FILE__) . '/DibiMsSql2005Reflector.php'; * - username (or user) * - password (or pass) * - database => the database name to select - * - options (array) => connection options {@link http://msdn.microsoft.com/en-us/library/cc296161(SQL.90).aspx} + * - options (array) => connection options {@link https://msdn.microsoft.com/en-us/library/cc296161(SQL.90).aspx} * - charset => character encoding to set (default is UTF-8) * - resource (resource) => existing connection resource * - lazy, profiler, result, substitutes, ... => see DibiConnection options @@ -226,7 +226,7 @@ class DibiMsSql2005Driver extends DibiObject implements IDibiDriver, IDibiResult return "'" . str_replace("'", "''", $value) . "'"; case dibi::IDENTIFIER: - // @see http://msdn.microsoft.com/en-us/library/ms176027.aspx + // @see https://msdn.microsoft.com/en-us/library/ms176027.aspx return '[' . str_replace(']', ']]', $value) . ']'; case dibi::BOOL: diff --git a/dibi/drivers/DibiMsSql2005Reflector.php b/dibi/drivers/DibiMsSql2005Reflector.php index a13e8129..c69484ab 100644 --- a/dibi/drivers/DibiMsSql2005Reflector.php +++ b/dibi/drivers/DibiMsSql2005Reflector.php @@ -2,7 +2,7 @@ /** * This file is part of the "dibi" - smart database abstraction layer. - * Copyright (c) 2005 David Grudl (http://davidgrudl.com) + * Copyright (c) 2005 David Grudl (https://davidgrudl.com) */ diff --git a/dibi/drivers/DibiMsSqlDriver.php b/dibi/drivers/DibiMsSqlDriver.php index aeae95dc..530313fd 100644 --- a/dibi/drivers/DibiMsSqlDriver.php +++ b/dibi/drivers/DibiMsSqlDriver.php @@ -2,7 +2,7 @@ /** * This file is part of the "dibi" - smart database abstraction layer. - * Copyright (c) 2005 David Grudl (http://davidgrudl.com) + * Copyright (c) 2005 David Grudl (https://davidgrudl.com) */ require_once dirname(__FILE__) . '/DibiMsSqlReflector.php'; @@ -211,7 +211,7 @@ class DibiMsSqlDriver extends DibiObject implements IDibiDriver, IDibiResultDriv return "'" . str_replace("'", "''", $value) . "'"; case dibi::IDENTIFIER: - // @see http://msdn.microsoft.com/en-us/library/ms176027.aspx + // @see https://msdn.microsoft.com/en-us/library/ms176027.aspx return '[' . str_replace(array('[', ']'), array('[[', ']]'), $value) . ']'; case dibi::BOOL: diff --git a/dibi/drivers/DibiMsSqlReflector.php b/dibi/drivers/DibiMsSqlReflector.php index d097476b..27f13165 100644 --- a/dibi/drivers/DibiMsSqlReflector.php +++ b/dibi/drivers/DibiMsSqlReflector.php @@ -3,7 +3,7 @@ /** * This file is part of the "dibi" - smart database abstraction layer. * - * Copyright (c) 2005, 2010 David Grudl (http://davidgrudl.com) + * Copyright (c) 2005, 2010 David Grudl (https://davidgrudl.com) * * @package dibi\drivers */ diff --git a/dibi/drivers/DibiMySqlDriver.php b/dibi/drivers/DibiMySqlDriver.php index 84f0f6df..1a33e646 100644 --- a/dibi/drivers/DibiMySqlDriver.php +++ b/dibi/drivers/DibiMySqlDriver.php @@ -2,7 +2,7 @@ /** * This file is part of the "dibi" - smart database abstraction layer. - * Copyright (c) 2005 David Grudl (http://davidgrudl.com) + * Copyright (c) 2005 David Grudl (https://davidgrudl.com) */ diff --git a/dibi/drivers/DibiMySqlReflector.php b/dibi/drivers/DibiMySqlReflector.php index 57aff894..d1e1f9e4 100644 --- a/dibi/drivers/DibiMySqlReflector.php +++ b/dibi/drivers/DibiMySqlReflector.php @@ -2,7 +2,7 @@ /** * This file is part of the "dibi" - smart database abstraction layer. - * Copyright (c) 2005 David Grudl (http://davidgrudl.com) + * Copyright (c) 2005 David Grudl (https://davidgrudl.com) */ diff --git a/dibi/drivers/DibiMySqliDriver.php b/dibi/drivers/DibiMySqliDriver.php index 5534a62d..1f9a6191 100644 --- a/dibi/drivers/DibiMySqliDriver.php +++ b/dibi/drivers/DibiMySqliDriver.php @@ -2,7 +2,7 @@ /** * This file is part of the "dibi" - smart database abstraction layer. - * Copyright (c) 2005 David Grudl (http://davidgrudl.com) + * Copyright (c) 2005 David Grudl (https://davidgrudl.com) */ diff --git a/dibi/drivers/DibiOdbcDriver.php b/dibi/drivers/DibiOdbcDriver.php index 6b00d3aa..df239109 100644 --- a/dibi/drivers/DibiOdbcDriver.php +++ b/dibi/drivers/DibiOdbcDriver.php @@ -2,7 +2,7 @@ /** * This file is part of the "dibi" - smart database abstraction layer. - * Copyright (c) 2005 David Grudl (http://davidgrudl.com) + * Copyright (c) 2005 David Grudl (https://davidgrudl.com) */ diff --git a/dibi/drivers/DibiOracleDriver.php b/dibi/drivers/DibiOracleDriver.php index 53c6e3b7..cec06d97 100644 --- a/dibi/drivers/DibiOracleDriver.php +++ b/dibi/drivers/DibiOracleDriver.php @@ -2,7 +2,7 @@ /** * This file is part of the "dibi" - smart database abstraction layer. - * Copyright (c) 2005 David Grudl (http://davidgrudl.com) + * Copyright (c) 2005 David Grudl (https://davidgrudl.com) */ diff --git a/dibi/drivers/DibiPdoDriver.php b/dibi/drivers/DibiPdoDriver.php index d82a778c..b927f7d8 100644 --- a/dibi/drivers/DibiPdoDriver.php +++ b/dibi/drivers/DibiPdoDriver.php @@ -2,7 +2,7 @@ /** * This file is part of the "dibi" - smart database abstraction layer. - * Copyright (c) 2005 David Grudl (http://davidgrudl.com) + * Copyright (c) 2005 David Grudl (https://davidgrudl.com) */ diff --git a/dibi/drivers/DibiPostgreDriver.php b/dibi/drivers/DibiPostgreDriver.php index caf8602e..4fcdab4a 100644 --- a/dibi/drivers/DibiPostgreDriver.php +++ b/dibi/drivers/DibiPostgreDriver.php @@ -2,7 +2,7 @@ /** * This file is part of the "dibi" - smart database abstraction layer. - * Copyright (c) 2005 David Grudl (http://davidgrudl.com) + * Copyright (c) 2005 David Grudl (https://davidgrudl.com) */ diff --git a/dibi/drivers/DibiSqlite3Driver.php b/dibi/drivers/DibiSqlite3Driver.php index 83310b8d..bb0a664c 100644 --- a/dibi/drivers/DibiSqlite3Driver.php +++ b/dibi/drivers/DibiSqlite3Driver.php @@ -2,7 +2,7 @@ /** * This file is part of the "dibi" - smart database abstraction layer. - * Copyright (c) 2005 David Grudl (http://davidgrudl.com) + * Copyright (c) 2005 David Grudl (https://davidgrudl.com) */ diff --git a/dibi/drivers/DibiSqliteDriver.php b/dibi/drivers/DibiSqliteDriver.php index 7d61e84c..d41f9c8c 100644 --- a/dibi/drivers/DibiSqliteDriver.php +++ b/dibi/drivers/DibiSqliteDriver.php @@ -2,7 +2,7 @@ /** * This file is part of the "dibi" - smart database abstraction layer. - * Copyright (c) 2005 David Grudl (http://davidgrudl.com) + * Copyright (c) 2005 David Grudl (https://davidgrudl.com) */ diff --git a/dibi/drivers/DibiSqliteReflector.php b/dibi/drivers/DibiSqliteReflector.php index bc8bbe3d..d3aa0a7b 100644 --- a/dibi/drivers/DibiSqliteReflector.php +++ b/dibi/drivers/DibiSqliteReflector.php @@ -2,7 +2,7 @@ /** * This file is part of the "dibi" - smart database abstraction layer. - * Copyright (c) 2005 David Grudl (http://davidgrudl.com) + * Copyright (c) 2005 David Grudl (https://davidgrudl.com) */ diff --git a/dibi/libs/Dibi.php b/dibi/libs/Dibi.php index c12e9c3f..ab573b4d 100644 --- a/dibi/libs/Dibi.php +++ b/dibi/libs/Dibi.php @@ -2,7 +2,7 @@ /** * This file is part of the "dibi" - smart database abstraction layer. - * Copyright (c) 2005 David Grudl (http://davidgrudl.com) + * Copyright (c) 2005 David Grudl (https://davidgrudl.com) */ diff --git a/dibi/libs/DibiConnection.php b/dibi/libs/DibiConnection.php index 7faf6552..3c7435c7 100644 --- a/dibi/libs/DibiConnection.php +++ b/dibi/libs/DibiConnection.php @@ -2,7 +2,7 @@ /** * This file is part of the "dibi" - smart database abstraction layer. - * Copyright (c) 2005 David Grudl (http://davidgrudl.com) + * Copyright (c) 2005 David Grudl (https://davidgrudl.com) */ diff --git a/dibi/libs/DibiDataSource.php b/dibi/libs/DibiDataSource.php index 73104aa6..96d57951 100644 --- a/dibi/libs/DibiDataSource.php +++ b/dibi/libs/DibiDataSource.php @@ -2,7 +2,7 @@ /** * This file is part of the "dibi" - smart database abstraction layer. - * Copyright (c) 2005 David Grudl (http://davidgrudl.com) + * Copyright (c) 2005 David Grudl (https://davidgrudl.com) */ diff --git a/dibi/libs/DibiDatabaseInfo.php b/dibi/libs/DibiDatabaseInfo.php index be956634..35ae2a03 100644 --- a/dibi/libs/DibiDatabaseInfo.php +++ b/dibi/libs/DibiDatabaseInfo.php @@ -2,7 +2,7 @@ /** * This file is part of the "dibi" - smart database abstraction layer. - * Copyright (c) 2005 David Grudl (http://davidgrudl.com) + * Copyright (c) 2005 David Grudl (https://davidgrudl.com) */ diff --git a/dibi/libs/DibiDateTime.php b/dibi/libs/DibiDateTime.php index f4fd1c54..49772533 100644 --- a/dibi/libs/DibiDateTime.php +++ b/dibi/libs/DibiDateTime.php @@ -2,7 +2,7 @@ /** * This file is part of the "dibi" - smart database abstraction layer. - * Copyright (c) 2005 David Grudl (http://davidgrudl.com) + * Copyright (c) 2005 David Grudl (https://davidgrudl.com) */ diff --git a/dibi/libs/DibiEvent.php b/dibi/libs/DibiEvent.php index 238cd6e2..e85bf3d0 100644 --- a/dibi/libs/DibiEvent.php +++ b/dibi/libs/DibiEvent.php @@ -2,7 +2,7 @@ /** * This file is part of the "dibi" - smart database abstraction layer. - * Copyright (c) 2005 David Grudl (http://davidgrudl.com) + * Copyright (c) 2005 David Grudl (https://davidgrudl.com) */ diff --git a/dibi/libs/DibiException.php b/dibi/libs/DibiException.php index 6d48e757..063f01d2 100644 --- a/dibi/libs/DibiException.php +++ b/dibi/libs/DibiException.php @@ -2,7 +2,7 @@ /** * This file is part of the "dibi" - smart database abstraction layer. - * Copyright (c) 2005 David Grudl (http://davidgrudl.com) + * Copyright (c) 2005 David Grudl (https://davidgrudl.com) */ diff --git a/dibi/libs/DibiFileLogger.php b/dibi/libs/DibiFileLogger.php index fd26a8d2..18d5caae 100644 --- a/dibi/libs/DibiFileLogger.php +++ b/dibi/libs/DibiFileLogger.php @@ -2,7 +2,7 @@ /** * This file is part of the "dibi" - smart database abstraction layer. - * Copyright (c) 2005 David Grudl (http://davidgrudl.com) + * Copyright (c) 2005 David Grudl (https://davidgrudl.com) */ diff --git a/dibi/libs/DibiFirePhpLogger.php b/dibi/libs/DibiFirePhpLogger.php index 1f2bf311..843aab1a 100644 --- a/dibi/libs/DibiFirePhpLogger.php +++ b/dibi/libs/DibiFirePhpLogger.php @@ -2,7 +2,7 @@ /** * This file is part of the "dibi" - smart database abstraction layer. - * Copyright (c) 2005 David Grudl (http://davidgrudl.com) + * Copyright (c) 2005 David Grudl (https://davidgrudl.com) */ diff --git a/dibi/libs/DibiFluent.php b/dibi/libs/DibiFluent.php index bdf22221..4e75c15b 100644 --- a/dibi/libs/DibiFluent.php +++ b/dibi/libs/DibiFluent.php @@ -2,7 +2,7 @@ /** * This file is part of the "dibi" - smart database abstraction layer. - * Copyright (c) 2005 David Grudl (http://davidgrudl.com) + * Copyright (c) 2005 David Grudl (https://davidgrudl.com) */ diff --git a/dibi/libs/DibiHashMap.php b/dibi/libs/DibiHashMap.php index cd97ba80..f68d389e 100644 --- a/dibi/libs/DibiHashMap.php +++ b/dibi/libs/DibiHashMap.php @@ -2,7 +2,7 @@ /** * This file is part of the "dibi" - smart database abstraction layer. - * Copyright (c) 2005 David Grudl (http://davidgrudl.com) + * Copyright (c) 2005 David Grudl (https://davidgrudl.com) */ diff --git a/dibi/libs/DibiLiteral.php b/dibi/libs/DibiLiteral.php index c5dfd7f4..cbfbab43 100644 --- a/dibi/libs/DibiLiteral.php +++ b/dibi/libs/DibiLiteral.php @@ -2,7 +2,7 @@ /** * This file is part of the "dibi" - smart database abstraction layer. - * Copyright (c) 2005 David Grudl (http://davidgrudl.com) + * Copyright (c) 2005 David Grudl (https://davidgrudl.com) */ diff --git a/dibi/libs/DibiObject.php b/dibi/libs/DibiObject.php index 3bdbb3c4..4f882308 100644 --- a/dibi/libs/DibiObject.php +++ b/dibi/libs/DibiObject.php @@ -2,14 +2,14 @@ /** * This file is part of the "dibi" - smart database abstraction layer. - * Copyright (c) 2005 David Grudl (http://davidgrudl.com) + * Copyright (c) 2005 David Grudl (https://davidgrudl.com) */ /** * DibiObject is the ultimate ancestor of all instantiable classes. * - * DibiObject is copy of Nette\Object from Nette Framework (http://nette.org). + * DibiObject is copy of Nette\Object from Nette Framework (https://nette.org). * * It defines some handful methods and enhances object core of PHP: * - access to undeclared members throws exceptions diff --git a/dibi/libs/DibiResult.php b/dibi/libs/DibiResult.php index 2dcd4a61..cf3b385c 100644 --- a/dibi/libs/DibiResult.php +++ b/dibi/libs/DibiResult.php @@ -2,7 +2,7 @@ /** * This file is part of the "dibi" - smart database abstraction layer. - * Copyright (c) 2005 David Grudl (http://davidgrudl.com) + * Copyright (c) 2005 David Grudl (https://davidgrudl.com) */ diff --git a/dibi/libs/DibiResultIterator.php b/dibi/libs/DibiResultIterator.php index 8951461e..bc25aac4 100644 --- a/dibi/libs/DibiResultIterator.php +++ b/dibi/libs/DibiResultIterator.php @@ -2,7 +2,7 @@ /** * This file is part of the "dibi" - smart database abstraction layer. - * Copyright (c) 2005 David Grudl (http://davidgrudl.com) + * Copyright (c) 2005 David Grudl (https://davidgrudl.com) */ diff --git a/dibi/libs/DibiRow.php b/dibi/libs/DibiRow.php index 40e8f3d2..078d36ba 100644 --- a/dibi/libs/DibiRow.php +++ b/dibi/libs/DibiRow.php @@ -2,7 +2,7 @@ /** * This file is part of the "dibi" - smart database abstraction layer. - * Copyright (c) 2005 David Grudl (http://davidgrudl.com) + * Copyright (c) 2005 David Grudl (https://davidgrudl.com) */ diff --git a/dibi/libs/DibiTranslator.php b/dibi/libs/DibiTranslator.php index 77c1ddf9..3a34d055 100644 --- a/dibi/libs/DibiTranslator.php +++ b/dibi/libs/DibiTranslator.php @@ -2,7 +2,7 @@ /** * This file is part of the "dibi" - smart database abstraction layer. - * Copyright (c) 2005 David Grudl (http://davidgrudl.com) + * Copyright (c) 2005 David Grudl (https://davidgrudl.com) */ diff --git a/dibi/libs/interfaces.php b/dibi/libs/interfaces.php index 06b05221..b5e669da 100644 --- a/dibi/libs/interfaces.php +++ b/dibi/libs/interfaces.php @@ -2,7 +2,7 @@ /** * This file is part of the "dibi" - smart database abstraction layer. - * Copyright (c) 2005 David Grudl (http://davidgrudl.com) + * Copyright (c) 2005 David Grudl (https://davidgrudl.com) */ diff --git a/examples/tracy-and-exceptions.php b/examples/tracy-and-exceptions.php index d5f4a4ec..6a99648a 100644 --- a/examples/tracy-and-exceptions.php +++ b/examples/tracy-and-exceptions.php @@ -2,7 +2,7 @@

Tracy & SQL Exceptions | dibi

-

Dibi can display and log exceptions via Tracy.

+

Dibi can display and log exceptions via Tracy.

Tracy | dibi -

Dibi can log queries and dump variables to the Tracy.

+

Dibi can log queries and dump variables to the Tracy.