| <?php | |
| header("Location: https://dev.eclipse.org/portal/myfoundation/portal/portal.php"); | |
| exit; | |
| 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/system/ldapconnection.class.php"); | |
| #***************************************************************************** | |
| # | |
| # menu.php | |
| # | |
| # Author: Denis Roy | |
| # Date: 2004-09-11 | |
| # | |
| # Description: Main menu system | |
| # | |
| # HISTORY: | |
| # | |
| #**************************************************************************** | |
| $App = new App(); | |
| $App->runStdWebAppCacheable(); | |
| $LDAPPerson = new LDAPPerson(); | |
| $LDAPPerson = $LDAPPerson->redirectIfNotLoggedIn(); | |
| $daysLeft = $LDAPPerson->getPasswordExpiryDays(); | |
| include("inc/en_menu.inc"); | |
| ?> |