blob: 63ad024bfb1066ae84ccbbf035753f36e0fae04f [file] [log] [blame]
<?php
Header("Location: /birt/");
/*
* 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/viewer.inc";
viewer( "faq" );
?>