<?php | |
/* | |
* Created on Feb 26, 2005 | |
* | |
* To change the template for this generated file go to | |
* Window - Preferences - PHPeclipse - PHP - Code Templates | |
*/ | |
global $birtPath; | |
$birtPath = "../"; | |
require $birtPath . "include/testviewer.inc"; | |
require $birtPath . "include/displaycounter.inc"; | |
viewer("testfolder"); | |
ReadCounters(); | |
?> |