<? session_start(); ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>PHP Debuging Tool v1.0 - design & developed by Andreas Christodoulou </title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<!-- Required for debuging tools -->
<script src="js/scriptaculous/lib/prototype.js" type="text/javascript"></script>
<script src="js/scriptaculous/src/scriptaculous.js" type="text/javascript"></script>
<script src="js/scriptaculous/src/unittest.js" type="text/javascript"></script>
<script src="keywordFinder/js/ajax.js" type="text/javascript"></script>
<!-- end of required files -->
</head>
<body>
<? include("class_debug.php"); ?>
</body>
</html>