source: trunk/egroupware/CTA/index.php @ 47

Last change on this file since 47 was 47, checked in by sabino, 16 years ago
File size: 320 bytes
Line 
1<?php
2        $GLOBALS['phpgw_info']['flags'] = array(
3                'currentapp'    => 'CTA',
4                'noheader'      => True,
5                'nonavbar'      => True
6        );
7        include('../header.inc.php');
8        $GLOBALS['egw']->redirect_link('/index.php', 'menuaction=CTA.uiCTA.changepassword');
Note: See TracBrowser for help on using the repository browser.