]> git.joonet.de Git - adminer.git/commitdiff
Use HTTPS
authorJakub Vrana <jakub@vrana.cz>
Sun, 14 Jan 2018 10:03:54 +0000 (11:03 +0100)
committerJakub Vrana <jakub@vrana.cz>
Sun, 14 Jan 2018 10:03:54 +0000 (11:03 +0100)
38 files changed:
adminer/include/lang.inc.php
adminer/index.php
editor/index.php
externals/jush
plugins/database-hide.php
plugins/dump-alter.php
plugins/dump-bz2.php
plugins/dump-date.php
plugins/dump-json.php
plugins/dump-php.php
plugins/dump-xml.php
plugins/dump-zip.php
plugins/edit-calendar.php
plugins/edit-foreign.php
plugins/edit-textarea.php
plugins/email-table.php
plugins/enum-option.php
plugins/enum-types.php
plugins/file-upload.php
plugins/foreign-system.php
plugins/frames.php
plugins/json-column.php
plugins/links-direct.php
plugins/login-servers.php
plugins/login-sqlite.php
plugins/login-table.php
plugins/master-slave.php
plugins/plugin.php
plugins/slugify.php
plugins/sql-log.php
plugins/struct-comments.php
plugins/table-indexes-structure.php
plugins/table-structure.php
plugins/tables-filter.php
plugins/tinymce.php
plugins/translation.php
plugins/version-noverify.php
plugins/wymeditor.php

index 567af6577eb7c45a27eec3024d4eec007aaa9bb8..dec70ff119cf7a4527dd8b5acf7610674061be1d 100644 (file)
@@ -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
index ebd2d572a4e8a9fb5030c187876916920c0f4cd7..b95e657cd707cb771ccfbc6fd7632973de4b2d40 100644 (file)
@@ -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";
index 4688a6140bf9d65205dcd014333f3604ac41063d..3972bdbf164a532bdd175ee8656d5e26c15a0e30 100644 (file)
@@ -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";
index 3543cb11ee782a5a4f4f509aa37eb96a4953d5d6..b1801c40d9cf4d68b7d1c8085f4f95c26c0c6a9e 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 3543cb11ee782a5a4f4f509aa37eb96a4953d5d6
+Subproject commit b1801c40d9cf4d68b7d1c8085f4f95c26c0c6a9e
index 1d96d13bf5561b1b74958f7915388efea8448ac1..9e58a396d68b9ab69c782c3edf6f62ef5bf10129 100644 (file)
@@ -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;
index a59e9383d89eceff923809a47e27099855337916..4582b7ec89fa0c807b5f1177d4f5eb1cdff76d56 100644 (file)
@@ -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 {
        
index 7a5e037705feb48564081c9c1c80b70fd327fef2..6515618a6e7340c3e06049071ece8ba6a7fbe592 100644 (file)
@@ -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 */
index 92432d346586144fda6ac0ea61038e44d4f44eff..febff93c69f88b34216cd7d9e4afaed9af5fac97 100644 (file)
@@ -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 {
        
index ca7a8e85d4d8e70aff5dfb90d8fd1f355ac60e2b..8d865efbfdcddfcfb3c8c1bc07f97d2edebb0601 100644 (file)
@@ -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 */
index fde5c0f9c345e388c5cca8271fbeee6ccebb7694..7ff22663a0e47c18a45b0402bcc06506fce05cc4 100644 (file)
@@ -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();
index 4e830b5301bc4865d40214513b3d082712afebff..037eb44570effaa0fba4e9fdf1f11b12ed477c40 100644 (file)
@@ -3,8 +3,8 @@
 /** Dump to XML format in structure <database name=""><table name=""><column name="">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 */
index cff25dd34744332f7a8f1b016e04ec39de88ed8c..09791837038fdb333e1a5bd324c6cc7ad122f975 100644 (file)
@@ -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 */
index 11fec866f71e2d924d4d2663c6ef62cb42dd6ac5..c8a4ac4be7d794a617bba5a0377102709e75dc75 100644 (file)
@@ -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 */
index 704559c0abb9fedfd390b5c8c43b2c9bfa0f0113..ea2053068a16e67be8fa982d822c259d2d0e3be3 100644 (file)
@@ -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;
index d516c5b530e43cdf1c3b7b1d3030a52e14bd3ac7..5dbe31e603258a9b959cc06c38d32ca0f84d4e4c 100644 (file)
@@ -3,8 +3,8 @@
 /** Use <textarea> for char and varchar
 * @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 AdminerEditTextarea {
 
index 9be0d30a024c6002484058510a7a32ec0e434fce..928181351de95369392c7f5f90394bb9a6f7e3a3 100644 (file)
@@ -3,8 +3,8 @@
 /** Get e-mail subject and message from database (Adminer Editor)
 * @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 AdminerEmailTable {
        /** @access protected */
index c92f0d1d4ddcdf4e5d4945f87310cf97fa4da216..3e94d72ce866aada0cf490935137fc1cfc52261f 100644 (file)
@@ -3,8 +3,8 @@
 /** Use <select><option> for enum edit instead of <input type="radio">
 * @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 AdminerEnumOption {
        
index 06eb8767deb22fa1182dcb69c34abcb1a59f9c17..15a8fc2496716e87301a595b1e3c7819caf87c25 100644 (file)
@@ -3,8 +3,8 @@
 /** Use <select><option> for enum edit instead of regular input text on enum type in PostgreSQL
  * @link https://www.adminer.org/plugins/#use
  * @author Adam Kuśmierz, http://kusmierz.be/
- * @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 AdminerEnumTypes {
        var $_types = null;
index 6aaa792ce43696399c2d029dae887fef2e4d573b..042bdb5a138e6f20e65d7da114e538dc1ca20ab8 100644 (file)
@@ -4,8 +4,8 @@
 /** Edit fields ending with "_path" by <input type="file"> and link to the uploaded files from select
 * @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 AdminerFileUpload {
        /** @access protected */
index 965f40cd4f0acd4cf87faf576b9aafd75d2396a3..54c021c5faed16b232a6be6f8c621ec0843b3016 100644 (file)
@@ -3,8 +3,8 @@
 /** Link system tables (in mysql and information_schema databases) by foreign keys
 * @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 AdminerForeignSystem {
        
index c09e630ad1d1c6f22c3d243efaa6b485c77b1611..eb800989eaaaf2959ed15f05f19f9ee15c52c8a6 100644 (file)
@@ -3,8 +3,8 @@
 /** Allow using Adminer inside a frame (disables ClickJacking protection)
 * @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 AdminerFrames {
        /** @access protected */
index 068a1103c77340cc73dfa0808a24e7b5fd7852fe..71fb205988051c2a735cacfa8828083415b7f298 100644 (file)
@@ -4,8 +4,8 @@
 * @link https://www.adminer.org/plugins/#use
 * @author Jakub Vrana, https://www.vrana.cz/
 * @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 AdminerJsonColumn {
        private function _testJson($value) {
index f689dcaee424182096eab91c6f3c7c3f3878109e..f1f0a7295cd158cd4cbe72ace3bc855b9652204e 100644 (file)
@@ -3,8 +3,8 @@
 /** Avoid redirecting of external links through adminer.org and disclose the URL of installed Adminer to visited links
 * @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 AdminerLinksDirect {
        
index e6b5c79ec86b2f7d5c7049ccabd3e5a1166d290e..8b67559268f353342abb33771c117f05074de4b9 100644 (file)
@@ -3,8 +3,8 @@
 /** Display constant list of servers in login 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 AdminerLoginServers {
        /** @access protected */
index 2370a098fe9bfa385d20f6ef2713034c3c81c9d7..245605dd6dc8c04317125803d19673923aeea138 100644 (file)
@@ -3,8 +3,8 @@
 /** Enable auto-login for SQLite
 * @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 AdminerLoginSqlite {
 
index e97848dd27d7f1cf992111ad89a0dd8cd9480f18..e0818d636c33eeeab6e7058f86184a842248f7d6 100644 (file)
@@ -12,8 +12,8 @@ CREATE TABLE login (
 /** Authenticate a user from the login table
 * @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 AdminerLoginTable {
        /** @access protected */
index 92989c22445154fee9abfea5b173ae768335b28a..7b3adbbd96dd2415a58a41a02d153ecb5ca655f9 100644 (file)
@@ -3,8 +3,8 @@
 /** Execute writes on master and reads on slave
 * @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 AdminerMasterSlave {
        private $masters = array();
index 20a80c2ad5a447e16ab62013fc272024971a2249..a8bc0144c9b1f418bafaa0c89f75f8be44008176 100644 (file)
@@ -3,8 +3,8 @@
 /** Adminer customization allowing usage of plugins
 * @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 AdminerPlugin extends Adminer {
        /** @access protected */
index fa7d9f56a324b003930772a43ab4e9f80a0452ef..f934ae3545c70471b2591f5877250ce966070859 100644 (file)
@@ -3,8 +3,8 @@
 /** Prefill field containing "_slug" with slugified value of a previous field (JavaScript)
 * @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 AdminerSlugify {
        /** @access protected */
index ce6a5261c5c35c4c44275f9f4b02a3a0ef96fa66..778fb9eeae964c2f879664895e60c5724d4b321f 100644 (file)
@@ -3,8 +3,8 @@
 /** Log all queries to SQL file (manual queries through SQL command are not logged)
 * @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 AdminerSqlLog {
        /** @access protected */
index 919fa68fe76309ad82a39a211566cf79e92bfd71..05380ca8d1d5dea9e54b240fbd07c397789a5fdc 100644 (file)
@@ -3,8 +3,8 @@
 /** Show comments of sql structure in more places (mainly where you edit things)
  * @link https://www.adminer.org/plugins/#use
  * @author Adam Kuśmierz, http://kusmierz.be/
- * @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 AdminerStructComments {
 
index 354c602bf6c7919277c59e20d11e74b9aee85524..28923955d63b889456affa7fa5ae8bd5800fb23f 100644 (file)
@@ -3,8 +3,8 @@
 /** Expanded table indexes structure output
 * @link https://www.adminer.org/plugins/#use
 * @author Matthew Gamble, https://www.matthewgamble.net/
-* @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 AdminerTableIndexesStructure {
 
index 5d8e5c05e437f9d30dd80c2f98fbf31162d191f5..0f51e15210c55b40c01785ad33ad62ab051c533c 100644 (file)
@@ -3,8 +3,8 @@
 /** Expanded table structure output
 * @link https://www.adminer.org/plugins/#use
 * @author Matthew Gamble, https://www.matthewgamble.net/
-* @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 AdminerTableStructure {
 
index ada866b0f63950f260c3abfa1e33cea2bfa5a36c..240841cb59dbf90eb391303d45d09fdc3a68c3f0 100644 (file)
@@ -3,8 +3,8 @@
 /** Use filter in tables list
 * @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 AdminerTablesFilter {
        function tablesPrint($tables) { ?>
index 5190b1c8a514f68fa847825f3e64aa7f947c1d60..3c3af090718799267444aaff35b9e99a75a63eb8 100644 (file)
@@ -4,8 +4,8 @@
 * @link https://www.adminer.org/plugins/#use
 * @uses TinyMCE, http://tinymce.moxiecode.com/
 * @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 AdminerTinymce {
        /** @access protected */
index 8a2c1ff296f00f79e6657cbac0fd0e44bff2c23c..311fc579ac506e0bc7c62bca628691261351d4cb 100644 (file)
@@ -13,8 +13,8 @@ CREATE TABLE translation (
 /** Translate all table and field comments, enum and set values from the translation table (inserts new translations)
 * @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 AdminerTranslation {
        
index bc4abb9c92f6d46ffead4413edc113a26580b3d0..0948525b66f32b426bd9d5f1587fcf31c1b77628 100644 (file)
@@ -3,8 +3,8 @@
 /** Disable version checker
 * @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 AdminerVersionNoverify {
        
index e21992478152592ebd5acc7f09b5266241add359..36c07564378b4e63d712ca7dccf1dd1391244c17 100644 (file)
@@ -4,8 +4,8 @@
 * @link https://www.adminer.org/plugins/#use
 * @uses WYMeditor, http://www.wymeditor.org/
 * @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 AdminerWymeditor {
        /** @access protected */