diff options
Diffstat (limited to 'apps/audit.php')
-rw-r--r-- | apps/audit.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/apps/audit.php b/apps/audit.php index 28237b0..9863e2d 100644 --- a/apps/audit.php +++ b/apps/audit.php @@ -18,9 +18,7 @@ if ($isis) { $result = $isis->run(); // Format output. - echo "<pre>\n"; - print_r($result); - echo '</pre>'; + $display->pre(print_r($result)); } $display->footer(); |