?> </td> </tr> </tbody> </table> <table id="trace-config" style="display:none" cellspacing="0" cellpadding="5"> <thead> <th>Group</th> <th>Key</th> <th>Value</th> </thead> <tbody> <?php if (class_exists("GlobalConfig")) { $config = GlobalConfig::GetConfig(); foreach ($config as $groupkey => $group) { foreach ($group as $key => $option) { ?> <tr> <td><?php echo $groupkey; ?> </td> <td><?php echo $key; ?> </td> <td><?php echo $option; ?>