From ad8d8568b683e6935bec64abe88f79bf31706dd7 Mon Sep 17 00:00:00 2001 From: Silvio Date: Wed, 18 Aug 2010 15:22:43 -0300 Subject: Adding audit and finder classes, cleanup and organization --- apps/audit.php | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 apps/audit.php (limited to 'apps/audit.php') diff --git a/apps/audit.php b/apps/audit.php new file mode 100644 index 0000000..28237b0 --- /dev/null +++ b/apps/audit.php @@ -0,0 +1,26 @@ +run(); + + // Format output. + echo "
\n";
+  print_r($result);
+  echo '
'; +} + +$display->footer(); -- cgit v1.2.3