From f3938c1a66757c6cdee3fac42c6b5727a319eba0 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Sun, 14 Jan 2018 11:03:54 +0100 Subject: [PATCH] Use HTTPS --- adminer/include/lang.inc.php | 4 ++-- adminer/index.php | 4 ++-- editor/index.php | 4 ++-- externals/jush | 2 +- plugins/database-hide.php | 4 ++-- plugins/dump-alter.php | 4 ++-- plugins/dump-bz2.php | 4 ++-- plugins/dump-date.php | 4 ++-- plugins/dump-json.php | 4 ++-- plugins/dump-php.php | 4 ++-- plugins/dump-xml.php | 4 ++-- plugins/dump-zip.php | 4 ++-- plugins/edit-calendar.php | 4 ++-- plugins/edit-foreign.php | 4 ++-- plugins/edit-textarea.php | 4 ++-- plugins/email-table.php | 4 ++-- plugins/enum-option.php | 4 ++-- plugins/enum-types.php | 4 ++-- plugins/file-upload.php | 4 ++-- plugins/foreign-system.php | 4 ++-- plugins/frames.php | 4 ++-- plugins/json-column.php | 4 ++-- plugins/links-direct.php | 4 ++-- plugins/login-servers.php | 4 ++-- plugins/login-sqlite.php | 4 ++-- plugins/login-table.php | 4 ++-- plugins/master-slave.php | 4 ++-- plugins/plugin.php | 4 ++-- plugins/slugify.php | 4 ++-- plugins/sql-log.php | 4 ++-- plugins/struct-comments.php | 4 ++-- plugins/table-indexes-structure.php | 4 ++-- plugins/table-structure.php | 4 ++-- plugins/tables-filter.php | 4 ++-- plugins/tinymce.php | 4 ++-- plugins/translation.php | 4 ++-- plugins/version-noverify.php | 4 ++-- plugins/wymeditor.php | 4 ++-- 38 files changed, 75 insertions(+), 75 deletions(-) diff --git a/adminer/include/lang.inc.php b/adminer/include/lang.inc.php index 567af657..dec70ff1 100644 --- a/adminer/include/lang.inc.php +++ b/adminer/include/lang.inc.php @@ -2,13 +2,13 @@ // not used in a single language version $langs = array( - 'en' => 'English', // Jakub Vrána - http://www.vrana.cz + 'en' => 'English', // Jakub Vrána - https://www.vrana.cz 'ar' => 'العربية', // Y.M Amine - Algeria - nbr7@live.fr 'bg' => 'Български', // Deyan Delchev 'bn' => 'বাংলা', // Dipak Kumar - dipak.ndc@gmail.com 'bs' => 'Bosanski', // Emir Kurtovic 'ca' => 'Català', // Joan Llosas - 'cs' => 'Čeština', // Jakub Vrána - http://www.vrana.cz + 'cs' => 'Čeština', // Jakub Vrána - https://www.vrana.cz 'da' => 'Dansk', // Jarne W. Beutnagel - jarne@beutnagel.dk 'de' => 'Deutsch', // Klemens Häckel - http://clickdimension.wordpress.com 'el' => 'Ελληνικά', // Dimitrios T. Tanis - jtanis@tanisfood.gr diff --git a/adminer/index.php b/adminer/index.php index ebd2d572..b95e657c 100644 --- a/adminer/index.php +++ b/adminer/index.php @@ -3,8 +3,8 @@ * @link https://www.adminer.org/ * @author Jakub Vrana, https://www.vrana.cz/ * @copyright 2007 Jakub Vrana -* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 -* @license http://www.gnu.org/licenses/gpl-2.0.html GNU General Public License, version 2 (one or other) +* @license https://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 +* @license https://www.gnu.org/licenses/gpl-2.0.html GNU General Public License, version 2 (one or other) */ include "./include/bootstrap.inc.php"; diff --git a/editor/index.php b/editor/index.php index 4688a614..3972bdbf 100644 --- a/editor/index.php +++ b/editor/index.php @@ -3,8 +3,8 @@ * @link https://www.adminer.org/ * @author Jakub Vrana, https://www.vrana.cz/ * @copyright 2009 Jakub Vrana -* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 -* @license http://www.gnu.org/licenses/gpl-2.0.html GNU General Public License, version 2 (one or other) +* @license https://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 +* @license https://www.gnu.org/licenses/gpl-2.0.html GNU General Public License, version 2 (one or other) */ include "../adminer/include/bootstrap.inc.php"; diff --git a/externals/jush b/externals/jush index 3543cb11..b1801c40 160000 --- a/externals/jush +++ b/externals/jush @@ -1 +1 @@ -Subproject commit 3543cb11ee782a5a4f4f509aa37eb96a4953d5d6 +Subproject commit b1801c40d9cf4d68b7d1c8085f4f95c26c0c6a9e diff --git a/plugins/database-hide.php b/plugins/database-hide.php index 1d96d13b..9e58a396 100644 --- a/plugins/database-hide.php +++ b/plugins/database-hide.php @@ -3,8 +3,8 @@ /** Hide some databases from the interface - just to improve design, not a security plugin * @link https://www.adminer.org/plugins/#use * @author Jakub Vrana, https://www.vrana.cz/ -* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 -* @license http://www.gnu.org/licenses/gpl-2.0.html GNU General Public License, version 2 (one or other) +* @license https://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 +* @license https://www.gnu.org/licenses/gpl-2.0.html GNU General Public License, version 2 (one or other) */ class AdminerDatabaseHide { protected $disabled; diff --git a/plugins/dump-alter.php b/plugins/dump-alter.php index a59e9383..4582b7ec 100644 --- a/plugins/dump-alter.php +++ b/plugins/dump-alter.php @@ -3,8 +3,8 @@ /** Exports one database (e.g. development) so that it can be synced with other database (e.g. production) * @link https://www.adminer.org/plugins/#use * @author Jakub Vrana, https://www.vrana.cz/ -* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 -* @license http://www.gnu.org/licenses/gpl-2.0.html GNU General Public License, version 2 (one or other) +* @license https://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 +* @license https://www.gnu.org/licenses/gpl-2.0.html GNU General Public License, version 2 (one or other) */ class AdminerDumpAlter { diff --git a/plugins/dump-bz2.php b/plugins/dump-bz2.php index 7a5e0377..6515618a 100644 --- a/plugins/dump-bz2.php +++ b/plugins/dump-bz2.php @@ -4,8 +4,8 @@ * @link https://www.adminer.org/plugins/#use * @uses bzopen(), tempnam("") * @author Jakub Vrana, https://www.vrana.cz/ -* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 -* @license http://www.gnu.org/licenses/gpl-2.0.html GNU General Public License, version 2 (one or other) +* @license https://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 +* @license https://www.gnu.org/licenses/gpl-2.0.html GNU General Public License, version 2 (one or other) */ class AdminerDumpBz2 { /** @access protected */ diff --git a/plugins/dump-date.php b/plugins/dump-date.php index 92432d34..febff93c 100644 --- a/plugins/dump-date.php +++ b/plugins/dump-date.php @@ -3,8 +3,8 @@ /** Include current date and time in export filename * @link https://www.adminer.org/plugins/#use * @author Jakub Vrana, https://www.vrana.cz/ -* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 -* @license http://www.gnu.org/licenses/gpl-2.0.html GNU General Public License, version 2 (one or other) +* @license https://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 +* @license https://www.gnu.org/licenses/gpl-2.0.html GNU General Public License, version 2 (one or other) */ class AdminerDumpDate { diff --git a/plugins/dump-json.php b/plugins/dump-json.php index ca7a8e85..8d865efb 100644 --- a/plugins/dump-json.php +++ b/plugins/dump-json.php @@ -3,8 +3,8 @@ /** Dump to JSON format * @link https://www.adminer.org/plugins/#use * @author Jakub Vrana, https://www.vrana.cz/ -* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 -* @license http://www.gnu.org/licenses/gpl-2.0.html GNU General Public License, version 2 (one or other) +* @license https://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 +* @license https://www.gnu.org/licenses/gpl-2.0.html GNU General Public License, version 2 (one or other) */ class AdminerDumpJson { /** @access protected */ diff --git a/plugins/dump-php.php b/plugins/dump-php.php index fde5c0f9..7ff22663 100644 --- a/plugins/dump-php.php +++ b/plugins/dump-php.php @@ -2,8 +2,8 @@ /** Dump to PHP format * @author Martin Zeman (Zemistr), http://www.zemistr.eu/ -* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 -* @license http://www.gnu.org/licenses/gpl-2.0.html GNU General Public License, version 2 (one or other) +* @license https://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 +* @license https://www.gnu.org/licenses/gpl-2.0.html GNU General Public License, version 2 (one or other) */ class AdminerDumpPhp { var $output = array(); diff --git a/plugins/dump-xml.php b/plugins/dump-xml.php index 4e830b53..037eb445 100644 --- a/plugins/dump-xml.php +++ b/plugins/dump-xml.php @@ -3,8 +3,8 @@ /** Dump to XML format in structure value * @link https://www.adminer.org/plugins/#use * @author Jakub Vrana, https://www.vrana.cz/ -* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 -* @license http://www.gnu.org/licenses/gpl-2.0.html GNU General Public License, version 2 (one or other) +* @license https://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 +* @license https://www.gnu.org/licenses/gpl-2.0.html GNU General Public License, version 2 (one or other) */ class AdminerDumpXml { /** @access protected */ diff --git a/plugins/dump-zip.php b/plugins/dump-zip.php index cff25dd3..09791837 100644 --- a/plugins/dump-zip.php +++ b/plugins/dump-zip.php @@ -4,8 +4,8 @@ * @link https://www.adminer.org/plugins/#use * @uses ZipArchive, tempnam("") * @author Jakub Vrana, https://www.vrana.cz/ -* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 -* @license http://www.gnu.org/licenses/gpl-2.0.html GNU General Public License, version 2 (one or other) +* @license https://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 +* @license https://www.gnu.org/licenses/gpl-2.0.html GNU General Public License, version 2 (one or other) */ class AdminerDumpZip { /** @access protected */ diff --git a/plugins/edit-calendar.php b/plugins/edit-calendar.php index 11fec866..c8a4ac4b 100644 --- a/plugins/edit-calendar.php +++ b/plugins/edit-calendar.php @@ -5,8 +5,8 @@ * @uses jQuery-Timepicker, http://trentrichardson.com/examples/timepicker/ * @uses jQuery UI: core, widget, mouse, slider, datepicker * @author Jakub Vrana, https://www.vrana.cz/ -* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 -* @license http://www.gnu.org/licenses/gpl-2.0.html GNU General Public License, version 2 (one or other) +* @license https://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 +* @license https://www.gnu.org/licenses/gpl-2.0.html GNU General Public License, version 2 (one or other) */ class AdminerEditCalendar { /** @access protected */ diff --git a/plugins/edit-foreign.php b/plugins/edit-foreign.php index 704559c0..ea205306 100644 --- a/plugins/edit-foreign.php +++ b/plugins/edit-foreign.php @@ -3,8 +3,8 @@ /** Select foreign key in edit form * @link https://www.adminer.org/plugins/#use * @author Jakub Vrana, https://www.vrana.cz/ -* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 -* @license http://www.gnu.org/licenses/gpl-2.0.html GNU General Public License, version 2 (one or other) +* @license https://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 +* @license https://www.gnu.org/licenses/gpl-2.0.html GNU General Public License, version 2 (one or other) */ class AdminerEditForeign { var $_limit; diff --git a/plugins/edit-textarea.php b/plugins/edit-textarea.php index d516c5b5..5dbe31e6 100644 --- a/plugins/edit-textarea.php +++ b/plugins/edit-textarea.php @@ -3,8 +3,8 @@ /** Use