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/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/index.php') diff --git a/apps/index.php b/apps/index.php index 54d7d0e..cd5e5bb 100644 --- a/apps/index.php +++ b/apps/index.php @@ -14,7 +14,7 @@ $display = new CinisisDisplayHelper('Isis Navigator'); $display->form($display->form_input_text('entry', $entry)); // Get a db instance. -$isis = new CinisisDb(); +$isis = new Cinisis(); // Setup database and entry number. if ($isis->db) { -- cgit v1.2.3