diff options
Diffstat (limited to 'tests/test.php')
-rw-r--r-- | tests/test.php | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/tests/test.php b/tests/test.php index ebd465f..fd2ac99 100644 --- a/tests/test.php +++ b/tests/test.php @@ -4,17 +4,13 @@ */ ?> -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> - <head> - <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> - </head> - <body> - <?php - -// Import Cinisis Library. +// Import requisites. require_once '../index.php'; +require_once 'includes/header.inc.php'; +?> + +<?php // Get a db instance. $isis = new CinisisDb(); |