source:
trunk/egroupware/CTA/index.php
@
704
Last change on this file since 704 was 139, checked in by , 16 years ago | |
---|---|
File size: 320 bytes |
Rev | Line | |
---|---|---|
[139] | 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.