aboutsummaryrefslogtreecommitdiff
path: root/apps/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/index.php')
-rw-r--r--apps/index.php7
1 files changed, 2 insertions, 5 deletions
diff --git a/apps/index.php b/apps/index.php
index c34d4c3..0d88fd5 100644
--- a/apps/index.php
+++ b/apps/index.php
@@ -31,11 +31,8 @@ if ($isis->db) {
$display->navbar($entry, $entries);
// Format output.
- echo "<pre>\n";
- echo "Showing entry $entry from $entries total entries.\n";
- echo "\n";
- print_r($result);
- echo '</pre>';
+ $display->pre("Showing entry $entry from $entries total entries.");
+ $display->dump($result);
}
$display->footer();