diff options
author | Silvio <silvio@devlet.com.br> | 2010-08-18 15:22:43 -0300 |
---|---|---|
committer | Silvio <silvio@devlet.com.br> | 2010-08-18 15:22:43 -0300 |
commit | ad8d8568b683e6935bec64abe88f79bf31706dd7 (patch) | |
tree | 43d00493cf8676acbcf4bec74bf44c717107ecd6 /apps/index.php | |
parent | 219aa7f6b4a19b723b0c25683801b1b5d502e9f4 (diff) | |
download | cinisis-ad8d8568b683e6935bec64abe88f79bf31706dd7.tar.gz cinisis-ad8d8568b683e6935bec64abe88f79bf31706dd7.tar.bz2 |
Adding audit and finder classes, cleanup and organization
Diffstat (limited to 'apps/index.php')
-rw-r--r-- | apps/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |