blob: 412226b4cd035d620d4519c057b553f478bd451c [file] [log] [blame]
<?php
require_once("/home/data/httpd/eclipse-php-classes/system/app.class.php");
require_once("/home/data/httpd/eclipse-php-classes/people/ldapperson.class.php");
require_once("/home/data/httpd/eclipse-php-classes/menu/menu.class.php");
#*****************************************************************************
#
# dbo_bugs_schema.php
#
# Author: Denis Roy
# Date: 2005-06-16
#
# Description: Information on bugzilla schema
#
# HISTORY:
#
#****************************************************************************
$App = new App();
$App->runStdWebAppCacheable();
include("../html/header.php");
?>
<br />
<td width="100%" valign="top" class="normal">
<font class="large_title">Moved</font><br /><br />
The Contribution Questionnaire has been moved to the portal. Please access it in its new location:
<a href="http://portal.eclipse.org/">http://portal.eclipse.org/</a>
</td>
<br /><br /><br /><br />
<?php
include("../html/footer.php");
?>