mirror of
https://github.com/vrana/adminer.git
synced 2026-01-06 15:42:59 +01:00
Use HTTPS
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user