]> git.joonet.de Git - adminer.git/commitdiff
Add comment
authorJakub Vrana <jakub@vrana.cz>
Wed, 12 Mar 2025 05:01:29 +0000 (06:01 +0100)
committerJakub Vrana <jakub@vrana.cz>
Wed, 12 Mar 2025 05:01:29 +0000 (06:01 +0100)
plugins/pretty-json-column.php

index bb8d8642de31e4a7614cf2edbcd81e1d0e35e86b..2a4bc2ee72643a8e073a234912932c0ee750d549 100644 (file)
@@ -1,6 +1,10 @@
 <?php
 
 /** Pretty print JSON values in edit
+* @link https://www.adminer.org/plugins/#use
+* @author Christopher Chen
+* @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 AdminerPrettyJsonColumn {
        private function testJson($value) {