X-Git-Url: http://git.datanom.net/qtadmin.git/blobdiff_plain/b37c99e03c3e32ae232e1ddfe09723390041f883..156ce57fecaeb865e94c8fff7af334104e4a4288:/wblist.php diff --git a/wblist.php b/wblist.php index 115fff0..1e643a2 100644 --- a/wblist.php +++ b/wblist.php @@ -3,6 +3,33 @@ require_once 'config.php'; require_once $CFG->root . 'lib/utils.inc.php'; + function createHeader($data) { + $out = ''; + foreach ($data as $head => $value) { + $out .= "
$value | "; + } + $r .= '
'.var_export($list, true).''; + $out = parseResponse($list); } else { $out = '
Connection to REST service failed
'; }