]> git.datanom.net - qtadmin.git/blobdiff - wblist.php
First upload of wblist page
[qtadmin.git] / wblist.php
index a646794dc4532a45556e4910f6f2e1b2a5af19e7..115fff0bbd73bdc670ae1adf833f45bb0b0f7d8c 100644 (file)
@@ -16,7 +16,7 @@
                if ($subfunction == 'all') {
                        $list = $util->makeRestCall('/show');
                        if ($list) {
-                               $out = var_export($list, true);
+                               $out = '<pre>'.var_export($list, true).'</pre>';
                        } else {
                                $out = '<p>Connection to REST service failed</p>';
                        }
This page took 0.027945 seconds and 5 git commands to generate.