diff options
Diffstat (limited to 'tests/read.php')
-rw-r--r-- | tests/read.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/read.php b/tests/read.php index 5281335..92dc1c3 100644 --- a/tests/read.php +++ b/tests/read.php @@ -7,7 +7,9 @@ <?php // Import requisites. require_once '../index.php'; -require_once 'includes/header.inc.php'; + +// Draw the document. +$display = new CinisisDisplayHelper('Isis Reader'); ?> <table><tr> |