source: trunk/egroupware/egw-passwd-sync-with-alternc/index.php @ 137

Last change on this file since 137 was 137, checked in by sebas, 15 years ago

cambio de nombre del module + actualizacion para la compatibilidad con las nuevas version de egw

File size: 356 bytes
Line 
1<?php
2        $GLOBALS['phpgw_info']['flags'] = array(
3                'currentapp'    => 'Egw-passwd-sync',
4                'noheader'      => True,
5                'nonavbar'      => True
6        );
7        include('../header.inc.php');
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.