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