Last change
on this file since 216 was
137,
checked in by sebas, 16 years ago
|
cambio de nombre del module + actualizacion para la compatibilidad con las nuevas version de egw
|
File size:
356 bytes
|
Rev | Line | |
---|
[47] | 1 | <?php |
---|
| 2 | $GLOBALS['phpgw_info']['flags'] = array( |
---|
[137] | 3 | 'currentapp' => 'Egw-passwd-sync', |
---|
[47] | 4 | 'noheader' => True, |
---|
| 5 | 'nonavbar' => True |
---|
| 6 | ); |
---|
| 7 | include('../header.inc.php'); |
---|
[137] | 8 | $GLOBALS['egw']->redirect_link('/index.php', 'menuaction=Egw-passwd-sync.uiEgw-passwd-sync.changepassword'); |
---|
Note: See
TracBrowser
for help on using the repository browser.