source:
trunk/egroupware/CTA/index.php
@
56
Last change on this file since 56 was 47, checked in by , 17 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.