aboutsummaryrefslogtreecommitdiff
path: root/tests/read.php
diff options
context:
space:
mode:
authorSilvio <silvio@devlet.com.br>2010-08-16 15:37:31 -0300
committerSilvio <silvio@devlet.com.br>2010-08-16 15:37:31 -0300
commit2ec3b3c05e535ffacb1e10a64aa62ad057499d47 (patch)
treedb24e16e84c4d8f14d157e632d7d989aa3ba58b3 /tests/read.php
parent73731fa698fd658985cabeb202f3e6218931641f (diff)
downloadcinisis-2ec3b3c05e535ffacb1e10a64aa62ad057499d47.tar.gz
cinisis-2ec3b3c05e535ffacb1e10a64aa62ad057499d47.tar.bz2
Adding helper classes and repetition finder
Diffstat (limited to 'tests/read.php')
-rw-r--r--tests/read.php14
1 files changed, 5 insertions, 9 deletions
diff --git a/tests/read.php b/tests/read.php
index 1235c25..5281335 100644
--- a/tests/read.php
+++ b/tests/read.php
@@ -4,20 +4,16 @@
*/
?>
-<!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 requisites.
+require_once '../index.php';
+require_once 'includes/header.inc.php';
+?>
<table><tr>
<?php
-// Import Cinisis Library.
-require_once '../index.php';
-
$configs = array(
0 => array(
'implementation' => 'PhpIsis',